Vertical Property (ITextStyle) Send Feedback
See Also 
Gets or sets whether to vertically align the text of the TextStyle.

Syntax

Visual Basic 
Property Vertical As System.Boolean
C# 
System.bool Vertical {get; set;}
JavaScript 
get_Vertical () : Boolean
put_Vertical (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Vertical(
   VARIANT_BOOL* Val
) 
HRESULT put_Vertical( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Vertical (
   bool* Val
)
DSRESULT put_Vertical(
   bool NewVal
)

Property Value

True to vertically align the text, false to not

See Also

Availability

DraftSight V1R1.1