CompositeTransformSkewX Property |
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. The default is 0.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public double SkewX { get; set; }
Property Value
Type:
DoubleSee Also