Gets or sets the individual characters as vertical.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Vertical As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As System.Boolean
instance.Vertical = value
value = instance.Vertical |
C# | |
---|
System.bool Vertical {get; set;} |
C++/CLI | |
---|
property System.bool Vertical {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the characters are vertical, false if not
Example
See Also