Class LayoutType
Contains values of LayoutType that determines arrangement of items on rim either automatic or user defined.
Inheritance
System.Object
LayoutType
Namespace: Syncfusion.SfRadialMenu.XForms
Assembly: Syncfusion.SfRadialMenu.XForms.dll
Syntax
public sealed class LayoutType : 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 SfRadialMenuItem.
Declaration
public const LayoutType Custom
Field Value
Type |
---|
LayoutType |
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 LayoutType Default
Field Value
Type |
---|
LayoutType |