PivotAlignment

Gets and sets the alignment of the label relative to its pivot point. The following are possible values: Top, Left; Top, Center; Top, Right; Center, Left; Center, Center; Center, Right; Bottom, Left; Bottom, Center; Bottom, Right.

 

JavaScript

 

PivotAlignment

 

C#

 

string PivotAlignment { get; set; }

 

C++

 

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

HRESULT PivotAlignment([in] BSTR pVal)