CompositeTransform.SkewY Property

Definition

Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis. A skew transform can be useful for creating the illusion of three-dimensional depth in a two-dimensional object.

public:
 property double SkewY { double get(); void set(double value); };
double SkewY();

void SkewY(double value);
public double SkewY { get; set; }
var double = compositeTransform.skewY;
compositeTransform.skewY = double;
Public Property SkewY As Double
<CompositeTransform SkewY="double"/>

Property Value

Double

double

The skew angle, which is measured in degrees counterclockwise from the x-axis. The default is 0.

Applies to