Skip to main content

TdxCustomScreenTipBand.TextAlign Property

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

Declaration

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