alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Type
    SfRadialMenuLayoutType

    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
    Field Value
    Type
    SfRadialMenuLayoutType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved