UpsideDown Property (ITextStyle) Send Feedback
See Also 
Gets or sets whether to display the text of the TextStyle upside down.

Syntax

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

Property Value

True to display the text of the TextStyle upside down, false to display it right-side up

See Also

Availability

DraftSight V1R1.1