RotateTransform.Angle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the angle, in degrees, of clockwise rotation.
public:
property double Angle { double get(); void set(double value); };
double Angle();
void Angle(double value);
public double Angle { get; set; }
var double = rotateTransform.angle;
rotateTransform.angle = double;
Public Property Angle As Double
<RotateTransform Angle="double"/>
Property Value
Double
double
The angle, in degrees, of clockwise rotation. The default is 0.