Name | Description | |
---|---|---|
NLayoutData Constructor | Default constructor |
The following tables list the members exposed by NLayoutData.
Name | Description | |
---|---|---|
NLayoutData Constructor | Default constructor |
Name | Description | |
---|---|---|
DockAreaProperty | ||
ElectricalChargeProperty | ||
IndexInLayerProperty | Reference to the IndexInLayer property. | |
LayerIndexProperty | Reference to the LayerIndex property. | |
MagnetizationTypeProperty | ||
MassProperty | ||
NLayoutDataSchema | ||
SpringLengthProperty | ||
SpringStiffnessProperty | ||
TipOverChildrenPlacementProperty | Reference to the ChildrenPlacement property. | |
WrapFlowBreakProperty | ||
XMoveableProperty | ||
YMoveableProperty |
Name | Description | |
---|---|---|
DockArea | Gets or sets the dock area of the shape. The Dock layout uses this value to determine the area to which to dock the shape. Applicable to 2D shapes only. By default set to Top. | |
ElectricalCharge | Gets or sets the ellectrical charge of the shape. In Spring Graph Layouts this affects the strength with which vertex repels other vertices. Applicable to 2D Shapes only. | |
IndexInLayer | Gets or sets the index of the node in the layer. By default set to -1, which means that the index will be determined automatically. | |
LayerIndex | Determines the layer index of the node when Layered Graph Layout is applied. By default set to -1, which means that the index will be determined automatically. | |
MagnetizationType | Gets or sets the type of magnetization of the 1D shape. Applicable only to 1D shapes. | |
Mass | Gets or sets the mass of the shape. In Force Directed Layouts this affects the strength with which vertex is attracted to the current barycenter of the graph. Applicable to 2D Shapes only. | |
SpringLength | Gets or sets the spring length of the shape. In Spring Graph Layouts this affects the natural length of the spring. The layout tries to arrange the vertices connected by this edge at this distance. Applicable to 1D Shapes only. | |
SpringStiffness | Gets or sets the spring stiffness of the shape. In Spring Graph Layouts this affects the strength with which edge repels or attracts the connected vertices. Applicable to 1D Shapes only. | |
TipOverChildrenPlacement | Gets or sets the way in which the TipOver tree layout arranges the shape children. Applicable only to 2D shapes. By default set to Row. | |
WrapFlowBreak | Gets or sets whether flow layouts should break after this shape. The WrapFlow and Table layouts uses this value to determine whether they should make a new lane after the shape. Applicable to 2D shapes only. By default false. | |
XMoveable | Gets or sets whether force directed layouts are allowed to move the shape in the X direction. Applicable to 2D shapes only. By default true. | |
YMoveable | Gets or sets whether force directed layouts are allowed to move the shape in the Y direction. Applicable to 2D shapes only. By default true. |