Spread Windows Forms 12.0 Product Documentation
IsTextOrientationSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsTextOrientationSet Method
Gets whether the orientation of the text (TextOrientation property) is set.
Syntax
'Declaration
 
Public Overridable Function IsTextOrientationSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsTextOrientationSet()
public virtual bool IsTextOrientationSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the TextOrientation property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
TextOrientation Property