VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataState Class / Rotation Property
Syntax Requirements SeeAlso
In This Topic
    Rotation Property (AnnotationDataState)
    In This Topic
    Gets or sets the current amount of rotation, in degrees, of annotation.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property Rotation As Single
    
    
    [Browsable(False)]
    public float Rotation { get; set; }
    
    
    [Browsable(False)]
    public: __property float get_Rotation();
    public: __property void set_Rotation(
    float value
    );
    [Browsable(False)]
    public:
    property float Rotation { float get(); void set(float value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also