Class SegmentDisplayMode
Describes the possible values for the display type of headers in SfSegmentedControl View.
Inheritance
System.Object
SegmentDisplayMode
Namespace: Syncfusion.Android.Buttons
Assembly: Syncfusion.Buttons.Android.dll
Syntax
public sealed class SegmentDisplayMode : Enum
Fields
Image
Specifies the image type for header in SfSegmentedControl View.
Declaration
public const SegmentDisplayMode Image
Field Value
Type |
---|
SegmentDisplayMode |
ImageWithText
Specifies both image as well as text for the header in SfSegmentedControl View.
Declaration
public const SegmentDisplayMode ImageWithText
Field Value
Type |
---|
SegmentDisplayMode |
Text
Specifies the text type for header in SfSegmentedControl View.
Declaration
public const SegmentDisplayMode Text
Field Value
Type |
---|
SegmentDisplayMode |