Class SfRadialMenuLayoutType
Contains values of LayoutType that determines arrangement of items on rim either automatic or user defined
Inheritance
System.Object
SfRadialMenuLayoutType
Namespace: Syncfusion.SfRadialMenu.iOS
Assembly: Syncfusion.SfRadialMenu.iOS.dll
Syntax
public sealed class SfRadialMenuLayoutType : Enum
Fields
Custom
User can split the available spaces using VisibleSegmentCount as segments. Exceeded items will not shown and beneath items leave empty space on rim. User can rearrange or position the items using SegmentIndex property of RadialMenuItem
Declaration
public const SfRadialMenuLayoutType Custom
Field Value
Default
Available items can populated on the rim by sharing the available space in equal ratio. Order of the item based on order of items in the assigned source
Declaration
public const SfRadialMenuLayoutType Default