VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / RectangleFigure Class / RotationAngle Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    RotationAngle Property (RectangleFigure)
    In This Topic
    Gets or sets the rotation angle of rectange figure, in degress.
    Syntax
    'Declaration
    
    Public Overridable Property RotationAngle As Single
    
    
    public virtual float RotationAngle { get; set; }
    
    
    public: __property virtual float get_RotationAngle();
    public: __property virtual void set_RotationAngle(
    float value
    );
    public:
    virtual property float RotationAngle { float get(); void set(float value); }
    Exceptions
    ExceptionDescription
    thrown if CanRotate is false.
    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