Class DisplayStyle
Property for DisplayStyle.
Inheritance
System.Object
DisplayStyle
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class DisplayStyle : Enum
Fields
Image
Displays Image alone.
Declaration
public const DisplayStyle Image
Field Value
| Type |
|---|
| DisplayStyle |
ImageAboveText
Displays the Text below the Image.
Declaration
public const DisplayStyle ImageAboveText
Field Value
| Type |
|---|
| DisplayStyle |
Text
Displays the Text alone.
Declaration
public const DisplayStyle Text
Field Value
| Type |
|---|
| DisplayStyle |
TextAboveImage
Displays the text above the Image.
Declaration
public const DisplayStyle TextAboveImage
Field Value
| Type |
|---|
| DisplayStyle |