-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Media.RotateTransform.CenterY |
winrt property |
Gets or sets the y-coordinate of the rotation center point for this transformation.
<RotateTransform CenterY="double"/>
The y-coordinate of the center of rotation, in pixels within the transform's frame of reference. The default is 0.
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.