Table of Contents
RotationMode Enumeration

Specifies how children are rotated within their containing RingDefinition in the RadialPanel.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum RotationMode
Members
Member Name Description
None No rotation is performed on the child control. As a result, the element will always be horizontally aligned.
Radial The child control will be rotated the same value as its AngleProperty value or the internally computed one in case AutoDistribute is set to true. As a result, the left side of the control always points to the center of the ring with the right side of the control pointing outwards.
Circular The child control will be rotated so that the bottom of the control points to the center of the ring, while the top points outwards.
See Also