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 |