Class GraphGroup
Syntax
[SerializationVersion("A", new Type[]{})]
public sealed class GraphGroup : GraphElement<IGraph>, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Constructors
GraphGroup()
Declaration
Fields
defaultColor
Declaration
[DoNotSerialize]
public static readonly Color defaultColor
Field Value
Properties
color
Declaration
[Serialize]
[Inspectable]
public Color color { get; set; }
Property Value
Declaration
[Serialize]
public string comment { get; set; }
Property Value
label
Declaration
[Serialize]
public string label { get; set; }
Property Value
position
Declaration
[Serialize]
public Rect position { get; set; }
Property Value
Extension Methods