CompositeTransform.SkewX 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. A skew transform can be useful for creating the illusion of three-dimensional depth in a two-dimensional object.
public:
property double SkewX { double get(); void set(double value); };
double SkewX();
void SkewX(double value);
public double SkewX { get; set; }
var double = compositeTransform.skewX;
compositeTransform.skewX = double;
Public Property SkewX As Double
<CompositeTransform SkewX="double"/>
Property Value
Double
double
The skew angle, which is measured in degrees counterclockwise from the y-axis. The default is 0.