FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / TextOrientation Property


In This Topic
TextOrientation Property (RoundedRectangleShape)
In This Topic
Gets or sets the orientation of the text.
Syntax
'Declaration
 
Public Overridable Property TextOrientation As TextOrientation
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
See Also