Home > All Other Interfaces > ILabelStyle > TextAlignment

TextAlignment

Determines the horizontal and vertical justification of the text with respect to the background.

The horizontal justification of the text with respect to the background image can have one of the following values: Left, TopLeft, TopRight, Top, Right, RightBottom, Bottom, BottomLeft

(Default: Bottom).

 

 

JavaScript

 

TextAlignment

 

C#

 

string TextAlignment { get; set; }

 

C++

 

HRESULT TextAlignment([out, retval] BSTR* pVal)

HRESULT TextAlignment([in] BSTR pVal)