SugiyamaSettings
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
Initializes a new instance of the SugiyamaSettings class.
public SugiyamaSettings()
Properties
Gets or sets whether layout changes are animated.
public bool AnimateTransitions { get; set; }
ComponentMargin
Size
Gets or sets the component margin.
public Size ComponentMargin { get; set; }
The component margin.
Gets or sets the width of the components grid.
public double ComponentsGridWidth { get; set; }
The width of the components grid.
Gets or sets the distance between nodes within a layer.
public double HorizontalDistance { get; set; }
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.
public bool IgnoreContainers { get; set; }
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.
public bool IgnoreInvisible { get; set; }
Gets a value indicating whether IgnoreNodeSize.
public bool IgnoreNodeSize { get; }
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.
public bool LayoutContainerChildren { get; set; }
Gets or sets the orientation of the layout.
public Orientation Orientation { get; set; }
The orientation in which the layout process should organize the diagram.
ShapeMargin
Size
Gets or sets Margin.
public Size ShapeMargin { get; set; }
TotalMargin
Size
Gets or sets the margin of the whole diagram.
public Size TotalMargin { get; set; }
The total margin.
Gets or sets the distance between layers.
public double VerticalDistance { get; set; }