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 |
---|
SegmentDisplayMode |
ImageWithText
Displays both Text and IconFont in SfSegmentedControl.
Declaration
public const SegmentDisplayMode ImageWithText
Field Value
Type |
---|
SegmentDisplayMode |
Text
Displays the IconFont in SfSegmentedControl.
Declaration
public const SegmentDisplayMode Text
Field Value
Type |
---|
SegmentDisplayMode |