CompositeTransform.Rotation 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 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.