Align

Gets and sets an alignment string that specifies the position of the popup window. This string can be a combination of “Top/Bottom” and/or “Left/Right” e.g. “Top Right”.

Note:    The alignment value applies to the 3D Window as it is sized when the alignment property is set, and does not update if the 3D Window is resized. If this property is undefined, the top left position is taken from the Top and Left properties.

 

JavaScript

 

Align

 

C#

 

string Align { get; set; }

 

C++

 

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

HRESULT Align([in] BSTR pVal)