ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkRotateEventArgs Class / RotationAngle Property




In This Topic
    RotationAngle Property
    In This Topic
    Gets the rotation angle.
    Syntax
    'Declaration
     
    Public ReadOnly Property RotationAngle As ImGearRotationValues
    'Usage
     
    Dim instance As ImGearARTMarkRotateEventArgs
    Dim value As ImGearRotationValues
     
    value = instance.RotationAngle
    public ImGearRotationValues RotationAngle {get;}
    public: __property ImGearRotationValues get_RotationAngle();
    public:
    property ImGearRotationValues RotationAngle {
       ImGearRotationValues get();
    }

    Property Value

    ImageGear.Core.ImGearRotationValues value.
    See Also