Class GraphGroup
Inheritance
object
GraphGroup
Assembly: solution.dll
Syntax
[SerializationVersionAttribute]
public sealed class GraphGroup : GraphElement<IGraph>, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Constructors
GraphGroup()
Declaration
Fields
defaultColor
Declaration
[DoNotSerializeAttribute]
public static readonly Color defaultColor
Field Value
Properties
color
Declaration
[SerializeAttribute]
[InspectableAttribute]
public Color color { get; set; }
Property Value
Declaration
[SerializeAttribute]
public string comment { get; set; }
Property Value
label
Declaration
[SerializeAttribute]
public string label { get; set; }
Property Value
position
Declaration
[SerializeAttribute]
public Rect position { get; set; }
Property Value
Implements
IDisposable
Extension Methods