Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 696 Bytes

compositetransform_centerx.md

File metadata and controls

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

Windows.UI.Xaml.Media.CompositeTransform.CenterX

-description

Gets or sets the x-coordinate of the center point for all transforms specified by the CompositeTransform in device-independent pixel (DIP) relative to the upper left-hand corner of the element.

-xaml-syntax

<CompositeTransform CenterX="double"/>

-property-value

The x-coordinate of the center point for all transforms specified by the CompositeTransform.

-remarks

-examples

-see-also