TdxScreenTipBandTextAlign Enum
In This Article
Enumerates available horizontal alignment options for the ScreenTip’s descriptive text.
#Declaration
Delphi
TdxScreenTipBandTextAlign = (
stbtaLeft,
stbtaRight
);
#Members
Name |
---|
stbta
|
stbta
|
#Remarks
Values include:
Value | Meaning |
---|---|
stbta |
The descriptive text is aligned to the left of the Screen |
stbta |
The descriptive text is aligned to the right of the Screen |
See Also