ClassSugiyamaSettings
Contains settings for the SugiyamaProcessor class.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public class SugiyamaSettings
Inheritance: objectSugiyamaSettings
Constructors
SugiyamaSettings()
Initializes a new instance of the SugiyamaSettings class.
Declaration
public SugiyamaSettings()
Properties
AnimateTransitions
Gets or sets whether layout changes are animated.
ComponentMargin
Gets or sets the component margin.
Declaration
public Size ComponentMargin { get; set; }
Property Value
Size
The component margin.
ComponentsGridWidth
Gets or sets the width of the components grid.
Declaration
public double ComponentsGridWidth { get; set; }
Property Value
The width of the components grid.
HorizontalDistance
Gets or sets the distance between nodes within a layer.
IgnoreContainers
Gets or sets whether the shape containers are ignored when laying out the graph.
false the shape containers will be considered as ordinary shapes in the tree layout process.
You can additionally set the LayoutContainerChildren flag to perform a separate layout pass on the content of the containers.
On the other hand, if this property is set to true the LayoutContainerChildren flag will have no effect since the layout process will be
oblivious to the containers.
IgnoreInvisible
Gets or sets whether the non-visible diagram items have to be taken into account.
If set to true shapes with Visibility not set to Visible will be ignored.
IgnoreNodeSize
Gets a value indicating whether IgnoreNodeSize.
LayoutContainerChildren
Gets or sets a value indicating whether the content of the containers is processed on top of the global layout. This flag has only an effect if IgnoreContainers is set to false.
Orientation
Gets or sets the orientation of the layout.
Declaration
public Orientation Orientation { get; set; }
Property Value
The orientation in which the layout process should organize the diagram.
ShapeMargin
Gets or sets Margin.
Declaration
public Size ShapeMargin { get; set; }
Property Value
Size
TotalMargin
Gets or sets the margin of the whole diagram.
Declaration
public Size TotalMargin { get; set; }
Property Value
Size
The total margin.
VerticalDistance
Gets or sets the distance between layers.