Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SegmentDisplayMode

    Describes different modes of diaplaying SfSegmentItem in SfSegmentedControl.

    Inheritance
    System.Object
    SegmentDisplayMode
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public sealed class SegmentDisplayMode : Enum

    Fields

    Image

    Displays the Text in segment SfSegmentedControl.

    Declaration
    public const SegmentDisplayMode Image
    Field Value
    Type Description
    SegmentDisplayMode

    ImageWithText

    Displays both Text and IconFont in SfSegmentedControl.

    Declaration
    public const SegmentDisplayMode ImageWithText
    Field Value
    Type Description
    SegmentDisplayMode

    Text

    Displays the IconFont in SfSegmentedControl.

    Declaration
    public const SegmentDisplayMode Text
    Field Value
    Type Description
    SegmentDisplayMode

    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