Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsTextOrientationSet Method


In This Topic
    IsTextOrientationSet Method
    In This Topic
    Gets whether the 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()
    See Also