Gets or sets whether the whole text string is upside down.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UpsideDown As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Boolean
instance.UpsideDown = value
value = instance.UpsideDown
|
C# | |
---|
bool UpsideDown {get; set;} |
C++/CLI | |
---|
property bool UpsideDown {
bool get();
void set (bool value);
} |
Return Value
TRUE if the string is upside down, FALSE if not
Example
See Also