Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

rotatetransform_centery.md

File metadata and controls

29 lines (20 loc) · 1.03 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Media.RotateTransform.CenterY
winrt property

Microsoft.UI.Xaml.Media.RotateTransform.CenterY

-description

Gets or sets the y-coordinate of the rotation center point for this transformation.

-xaml-syntax

<RotateTransform CenterY="double"/>

-property-value

The y-coordinate of the center of rotation, in pixels within the transform's frame of reference. The default is 0.

-remarks

When a RotateTransform is applied as the RenderTransform for a UIElement, the RenderTransformOrigin can also affect how the transformation behaves. In particular this affects the center point that the UIElement rotates around. For more info, see Remarks in RotateTransform.

-examples

-see-also