CompositeTransform.Rotation Property

Definition

Gets or sets the angle, in degrees, of clockwise rotation.

public:
 property double Rotation { double get(); void set(double value); };
double Rotation();

void Rotation(double value);
public double Rotation { get; set; }
var double = compositeTransform.rotation;
compositeTransform.rotation = double;
Public Property Rotation As Double
<CompositeTransform Rotation="double"/>

Property Value

Double

double

The angle, in degrees, of clockwise rotation. The default is 0.

Applies to