| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property ImagePosition As ContentAlignment | |
| C# | |
|---|---|
public virtual ContentAlignment ImagePosition {get; set;} | |
Property Value
ContentAlignmentThe position of the image will also determine the alignment of the text in the tab. If an image is left or right aligned, the text will be placed on opposite side. If an image is top or bottom aligned, the text will appear on the opposite top or bottom of the tab. If the image is placed in the center, the text will be drawn on top of the image.