Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 662 Bytes

compositetransform_skewy.md

File metadata and controls

28 lines (19 loc) · 662 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.CompositeTransform.SkewY
winrt property

Microsoft.UI.Xaml.Media.CompositeTransform.SkewY

-description

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.

-xaml-syntax

<CompositeTransform SkewY="double"/>

-property-value

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

-remarks

-examples

-see-also