Class RelativeImageAlignment
Specifies the relative alignment of the Image with respect to the text in a TabControlAdv.
Inheritance
System.Object
RelativeImageAlignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class RelativeImageAlignment : Enum
Fields
AboveText
The image will be drawn above the text.
Declaration
public const RelativeImageAlignment AboveText
Field Value
| Type |
|---|
| RelativeImageAlignment |
BelowText
The image will be drawn below the text.
Declaration
public const RelativeImageAlignment BelowText
Field Value
| Type |
|---|
| RelativeImageAlignment |
LeftOfText
The image will be drawn to the left of the text.
Declaration
public const RelativeImageAlignment LeftOfText
Field Value
| Type |
|---|
| RelativeImageAlignment |
Overlap
The text will be drawn over the image.
Declaration
public const RelativeImageAlignment Overlap
Field Value
| Type |
|---|
| RelativeImageAlignment |
RightOfText
The image will be drawn to the right of the text.
Declaration
public const RelativeImageAlignment RightOfText
Field Value
| Type |
|---|
| RelativeImageAlignment |