Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 660 Bytes

compositetransform_skewx.md

File metadata and controls

30 lines (19 loc) · 660 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.CompositeTransform.SkewX
winrt property

Windows.UI.Xaml.Media.CompositeTransform.SkewX

-description

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.

-xaml-syntax

<CompositeTransform SkewX="double"/>

-property-value

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

-remarks

-examples

-see-also