Search
RadialTreeLayout Members
Constructors Properties Methods
 


Implements a radial tree layout algorithm.

The following tables list the members exposed by the RadialTreeLayout type.

 Public Constructors

  Name Description

RadialTreeLayout

Initializes a new instance of the RadialTreeLayout class.

 Public Properties

  Name Description

anchoring

Gets or sets how to align links to the anchor points of nodes. (Inherited from Layout.)

direction

Gets or sets the orientation of the arranged graph.

keepGroupLayout

Gets or sets whether to treat each group of attached nodes as a single vertex in the arranged graph. (Inherited from Layout.)

keepRootPosition

Gets or sets a value indicating whether to keep the root node at its original position.

levelDistance

Gets or sets the space to leave between adjacent levels of the tree.

margins

Gets or sets the margins' size around individual subgraphs processed by this layout object. (Inherited from Layout.)

multipleGraphsPlacement

Gets or sets how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from Layout.)

reversedLinks

Gets or sets a value indicating the link direction that relates parent nodes to child nodes.

stretchFactor

Gets or sets the stretch factor in radial layouts.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph.

 See Also