Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / TextRotationAnglePriv Property


In This Topic
    TextRotationAnglePriv Property (ElementWindowless)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property TextRotationAnglePriv As Single
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Single
     
    instance.TextRotationAnglePriv = value
     
    value = instance.TextRotationAnglePriv
    protected virtual float TextRotationAnglePriv {get; set;}
    See Also