ImageGear .NET v24.12 - Updated
RotationAngle Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkRotateEventArgs Class : RotationAngle Property
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

Reference

ImGearARTMarkRotateEventArgs Class
ImGearARTMarkRotateEventArgs Members