SkewTransform.AngleY Property

Definition

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

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

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

Property Value

Double

double

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

Applies to