Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class / ShouldSerializeTextRotationAngle Method


In This Topic
    ShouldSerializeTextRotationAngle Method (ButtonElement)
    In This Topic
    Indicates whether the TextRotationAngle property should be persisted.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeTextRotationAngle() As Boolean
    'Usage
     
    
    Dim instance As ButtonElement
    Dim value As Boolean
     
    value = instance.ShouldSerializeTextRotationAngle()
    public virtual bool ShouldSerializeTextRotationAngle()
    See Also