Table of Contents
RingAlignment Enumeration

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

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

Syntax
 public enum RingAlignment
Members
Member Name Description
Inward Children are arranged along the inner edge of the containing RingDefinition.
Outward Children are arranged along the outer edge of the containing RingDefinition.
Center Children are arranged at the center of the containing RingDefinition.
Stretch Children are stretched to occupy the whole space presented by the containing RingDefinition.
See Also