CompositeTransform.SkewX Property

Definition

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.

Applies to