GoXam for WPF v3
CircularNodeDiameterFormula Enumeration
Northwoods.GoXam.Layout Namespace : CircularNodeDiameterFormula Enumeration
Specifies a method for finding the size of a node for CircularLayout.
Syntax
public enum CircularNodeDiameterFormula : System.Enum 
Members
MemberDescription
CircularThe effective diameter is either the width or height of the node, whichever is larger. This will cause circular nodes to touch when CircularLayout.Spacing is 0. This is ideal when the nodes are circular.
PythagoreanThe effective diameter is sqrt(width^2+height^2). The corners of square nodes will touch at 45 degrees when CircularLayout.Spacing is 0.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.CircularNodeDiameterFormula

See Also

Reference

Northwoods.GoXam.Layout Namespace