Class SfRadialMenuCenterButtonPlacement
Contains the position of RadialMenu to be placed .
Inheritance
System.Object
SfRadialMenuCenterButtonPlacement
Namespace: Syncfusion.SfRadialMenu.iOS
Assembly: Syncfusion.SfRadialMenu.iOS.dll
Syntax
public sealed class SfRadialMenuCenterButtonPlacement : Enum
Fields
Center
The center sets the RadialMenu axis(0,0) to be placed in the Center position.
Declaration
public const SfRadialMenuCenterButtonPlacement Center
Field Value
TopLeft
The top left sets the RadialMenu axis(0,0) to be placed in the top left position.
Declaration
public const SfRadialMenuCenterButtonPlacement TopLeft