TextAlignment

Gets and sets the horizontal and vertical justification of the text with respect to the background image. The following are possible 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)