Spread Windows Forms 12.0 Product Documentation
TextOrientation Property (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : TextOrientation Property
Gets or sets the orientation of the text.
Syntax
'Declaration
 
Public Overridable Property TextOrientation As TextOrientation
'Usage
 
Dim instance As ElementStyle
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
public virtual TextOrientation TextOrientation {get; set;}

Property Value

TextOrientation setting that determines the orientation of the text in the display.
Remarks

Specify whether text can wrap onto multiple lines by setting the TextWrap property, as applicable.

See Also

Reference

ElementStyle Class
ElementStyle Members
TextOrientation Enumeration
TextWrap Property