Indicates whether character is oriented vertically.
[Visual Basic 6.0] Property VerticalOrientation As Boolean
[Visual Basic .NET] Public Property VerticalOrientation As Boolean
[C#] public bool VerticalOrientation {get; set;}
[Java] public boolean isVerticalOrientation() throws IOException, AutomationException
[Java] public void setVerticalOrientation( boolean VerticalOrientation ) throws IOException, AutomationException
[C++]
HRESULT get_VerticalOrientation(
VARIANT_BOOL* bVertical
);
[C++] HRESULT put_VerticalOrientation( VARIANT_BOOL bVertical);
Parameters
bVertical [out, retval]
bVertical is a parameter of type VARIANT_BOOL
bVertical [in]
bVertical is a parameter of type VARIANT_BOOL
VerticalOrientation indicates whether the character that an ICharacterMarker3DSymbol uses is oriented vertically.