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; }
Public Property AngleY As Double
<SkewTransform AngleY="double"/>
Property Value
The skew angle, which is measured in degrees counterclockwise from the x-axis. The default is 0.