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


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