Enum PackShape
These values determine the shape of the final layout. Used for PackShape
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: PackedAvalonia.dll
Syntax
public enum PackShape
Fields
Name | Description |
---|---|
Elliptical | This value for PackShape causes nodes to be packed into an ellipse. The aspect ratio of this ellipse is determined by either AspectRatio or Size. |
Rectangular | Causes nodes to be packed into a rectangle; this value is used for PackShape. The aspect ratio of this rectangle is determined by either AspectRatio or Size. |
Spiral | Causes nodes to be packed into a spiral shape; this value is used for PackShape. The AspectRatio property is ignored in this mode, the Size is expected to be square, and HasCircularNodes will be assumed "true". Please see PackShape for more details. |