Class DoubleTreeLayoutParameters
Double tree layout algorithm parameters.
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Layout.Contextual
Assembly: GraphShape.dll
Syntax
public class DoubleTreeLayoutParameters : LayoutParametersBase, ILayoutParameters, IAlgorithmParameters, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceDirection
The layout direction.
Declaration
public LayoutDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
LayoutDirection |
LayerGap
Minimum gap between layers.
Declaration
public double LayerGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Value is negative. |
VertexGap
Minimum gap between the neighbor vertices in a layer.
Declaration
public double VertexGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Value is negative. |
Methods
| Improve this Doc View SourceGetEqualityElements()
Gets elements to take into account when comparing this LayoutParametersBase.
Declaration
protected override IEnumerable<object> GetEqualityElements()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> | Elements to compare. |
Overrides
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged