SkewTransform.AngleX Property

Definition

Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis.

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

void AngleX(double value);
public double AngleX { get; set; }
var double = skewTransform.angleX;
skewTransform.angleX = double;
Public Property AngleX As Double
<SkewTransform AngleX="double"/>

Property Value

Double

double

The skew angle, which is measured in degrees counterclockwise from the y-axis. The default is 0.

Applies to