<< Click to display table of contents >> TSRVTabSet.MirrorText |
Allows flipping text in all tabs (vertically for horizontal tab set control, horizontally otherwise)
property MirrorText: Boolean;
Note: this property is named inaccurately. Actually, the text is not mirrored by rotated by 180°.
This property also inverts TextAlignH, TextAlignV, and the icons positions relative to texts.
Default value:
False
See also:
•Kind