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


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