CompositeTransform.SkewY 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. 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.