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