Enum SegmentDisplayMode
Describes the possible values for the display type of headers in SfSegmentedControl View.
Namespace: Syncfusion.XForms.WPF.Buttons
Assembly: Syncfusion.Buttons.XForms.WPF.dll
Syntax
public enum SegmentDisplayMode
Fields
| Name | Description |
|---|---|
| Image | Specifies the image type for header in SfSegmentedControl View. |
| ImageWithText | Specifies both image as well as text for the header in SfSegmentedControl View. |
| Text | Specifies the text type for header in SfSegmentedControl View. |