Class DirectedGraphStyle
Inheritance
System.Object
DirectedGraphStyle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Serialization.DirectedGraphML
Assembly: QuikGraph.Serialization.dll
Syntax
[CLSCompliant(false)]
[Serializable]
public class DirectedGraphStyle
Properties
| Improve this Doc View SourceCondition
Declaration
public DirectedGraphStyleCondition Condition { get; set; }
Property Value
Type | Description |
---|---|
DirectedGraphStyleCondition |
GroupLabel
Declaration
public string GroupLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsEnabled
Declaration
public ClrBoolean IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
ClrBoolean |
IsEnabledSpecified
Declaration
public bool IsEnabledSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Setter
Declaration
public DirectedGraphStyleSetter[] Setter { get; set; }
Property Value
Type | Description |
---|---|
DirectedGraphStyleSetter[] |
TargetType
Declaration
public TargetTypeEnum TargetType { get; set; }
Property Value
Type | Description |
---|---|
TargetTypeEnum |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueLabel
Declaration
public string ValueLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |