Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomScreenTipBand.TextAlign Property

Specifies the descriptive text‘s position relative to an explanatory image in the ScreenTip section.

#Declaration

Delphi
property TextAlign: TdxScreenTipBandTextAlign read; write; default stbtaRight;

#Property Value

Type Default
TdxScreenTipBandTextAlign stbtaRight

#Remarks

Use this property to position the descriptive text to the left or the right (the TextAlign property is set to stbtaLeft or stbtaRight, respectively) of the explanatory image in the ScreenTip window.

The default value of the TextAlign property is stbtaRight.

See Also