SkewTransform.AngleY 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 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.