Back to Devexpress

TdxScreenTipBandTextAlign Enum

vcl-dxscreentip-7f1ab30e.md

latest821 B
Original Source

TdxScreenTipBandTextAlign Enum

Enumerates available horizontal alignment options for the ScreenTip’s descriptive text.

Declaration

delphi
TdxScreenTipBandTextAlign = (
    stbtaLeft,
    stbtaRight
);

Members

Name
stbtaLeft
stbtaRight

Remarks

Values include:

ValueMeaning
stbtaLeftThe descriptive text is aligned to the left of the ScreenTip window
stbtaRightThe descriptive text is aligned to the right of the ScreenTip window

See Also

TdxCustomScreenTipBand.Glyph

TdxCustomScreenTipBand.Text

TdxCustomScreenTipBand.TextAlign

dxScreenTip Unit