Specifies the alignment of the radial menu items relative to the menu center.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum VisualizationPosition |
Visual Basic Copy Code |
---|
Public Enum VisualizationPosition |
Member name | Description | |
---|---|---|
Bottom |
Indicates that the menu items are aligned below the menu center. |
|
Left |
Indicates that the menu items are aligned to the left of the menu center. |
|
Right |
Indicates that the menu items are aligned to the right of the menu center. |
|
Top |
Indicates that the menu items are aligned above the menu center. |
Members of this enumeration can be assigned to the Position property of the RadialMenu class.