menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Android
    Assembly: Syncfusion.SfRadialMenu.Android.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved