SugiyamaLayoutSettings Members
Contains Sugiyama layout settings.Constructors
| Name | Description |
|---|---|
| SugiyamaLayoutSettings(Double, Double, LayoutDirection) | Initializes a new instance of the SugiyamaLayoutSettings class. |
| SugiyamaLayoutSettings(Double, Double, Size, Direction, ThicknessInfo) | Obsolete. Initializes a new instance of the SugiyamaLayoutSettings class. |
| SugiyamaLayoutSettings(Double, Double, Size, Direction, Point) | Obsolete. Initializes a new instance of the SugiyamaLayoutSettings class. |
Fields
| Name | Description |
|---|---|
| ColumnSpacing | The distance between shapes on the same level of hierarchy. |
| LayerSpacing | The distance between layers of hierarchy. |
| LayoutDirection | The flow direction for the automatic layout. |
Properties
| Name | Description |
|---|---|
| BreadthOrientation | |
| DepthOrientation | |
| Direction | The flow direction. |
| LogicalDirection | |
| Margin | Obsolete. This API is obsolete now. |
| PageSize | Obsolete. The diagram page size. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. Inherited from ValueType. |
| GetHashCode() | Returns the hash code for this instance. Inherited from ValueType. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
See Also