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