Gets and sets the justification of the text if there is more than one line of text. The following are possible values: Left, Right or Center. (Default: Center).
JavaScript |
|
MultilineJustification |
C# |
|
string MultilineJustification { get; set; } |
C++ |
|
HRESULT MultilineJustification([out, retval] BSTR* pVal) HRESULT MultilineJustification([in] BSTR pVal) |