Gets or sets a value indicating whether the text is orientated vertically.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public virtual bool VerticalOrientation { get; set; } |
Visual Basic |
---|
Public Overridable Property VerticalOrientation As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool VerticalOrientation {
bool get ();
void set (bool value);
} |
F# |
---|
abstract VerticalOrientation : bool with get, set
override VerticalOrientation : bool with get, set |
Property Value
Type:
Booleantrue if the text is orientated vertically; otherwise,
false.
See Also