MindFusion.Scheduling for Xamarin Programmer's Guide
VisualizationPosition Enumeration
See Also
 






Specifies the alignment of the radial menu buttons relative to the menu center.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum VisualizationPosition

Visual Basic  Copy Code

Public Enum VisualizationPosition

 Members

  Member name Description

Bottom

Indicates that the menu buttons are aligned below the menu center.

Left

Indicates that the menu buttons are aligned to the left of the menu center.

Right

Indicates that the menu buttons are aligned to the right of the menu center.

Top

Indicates that the menu buttons are aligned above the menu center.

 Remarks

Members of this enumeration can be assigned to the Position property of the RadialMenu class.

 See Also

MindFusion.Scheduling Namespace