Enum RelativeImageAlignment
Specifies the relative alignment of the Image with respect to the text in a TabControlAdv.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum RelativeImageAlignment
Fields
Name | Description |
---|---|
AboveText | The image will be drawn above the text. |
BelowText | The image will be drawn below the text. |
LeftOfText | The image will be drawn to the left of the text. |
Overlap | The text will be drawn over the image. |
RightOfText | The image will be drawn to the right of the text. |