Class DisplayType
Defines the constants that specifies the displaystyles of ToggleButton.
Inheritance
System.Object
DisplayType
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class DisplayType : Enum
Fields
Image
Display image in ToggleButton.
Declaration
public const DisplayType Image
Field Value
| Type |
|---|
| DisplayType |
Text
Display text in ToggleButton.
Declaration
public const DisplayType Text
Field Value
| Type |
|---|
| DisplayType |