Xamarin.Forms

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

    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.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 Description
    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 Description
    LayoutType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved