Provides access to members that control the Rotate Tree layout.
Members
Name | Description | |
---|---|---|
IsActive | Indicates whether the network diagram layout is active. | |
Name | The name of the network diagram layout. | |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. | |
PropertySet | The network diagram layout parameters returned as a property set | |
RotateJunction | Indicates whether the algorithm adds the Rotation parameter value to the Element rotation field value for each processed diagram junction. | |
Rotation | Indicates the angle in degrees that is used to rotate the tree. |
IRotateTreeLayout.RotateJunction Property
Indicates whether the algorithm adds the Rotation parameter value to the Element rotation field value for each processed diagram junction.
Public Property RotateJunction As Boolean
public bool RotateJunction {get; set;}
IRotateTreeLayout.Rotation Property
Indicates the angle in degrees that is used to rotate the tree.
Public Property Rotation As Double
public double Rotation {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement IRotateTreeLayout
Classes | Description |
---|