This document is archived and information here might be outdated. Recommended version. |
Indicates whether line is oriented vertically.
[Visual Basic .NET]
Public Property VerticalOrientation As Boolean
[C#]
public bool VerticalOrientation {get; set;}
[C++]
HRESULT get_VerticalOrientation(
Boolean* bVertical
);
[C++]
HRESULT put_VerticalOrientation(
VARIANT_BOOL bVertical
);
[C++] Parameters bVertical [out, retval]
bVertical is a parameter of type bool* bVertical [in]
bVertical is a parameter of type bool