Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 517 Bytes

compositetransform_scalex.md

File metadata and controls

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

Windows.UI.Xaml.Media.CompositeTransform.ScaleX

-description

Gets or sets the x-axis scale factor. You can use this property to stretch or shrink an object horizontally.

-xaml-syntax

<CompositeTransform ScaleX="double"/>

-property-value

The scale factor along the x-axis. The default is 1.

-remarks

-examples

-see-also