Gets or sets whether to display the text of the TextStyle upside down.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UpsideDown As System.Boolean |
C# | |
---|
System.bool UpsideDown {get; set;} |
JavaScript | |
---|
UpsideDown : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_UpsideDown(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool UpsideDown { bool* Val
)
DSRESULTput_UpsideDown(
bool NewVal
} |
Property Value
True to display the text of the TextStyle upside down, false to display it right-side up