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