UIElement.RenderTransformOrigin property

Expand
This topic has not yet been rated - Rate this topic

UIElement.RenderTransformOrigin property

[This documentation is preliminary and is subject to change.]

Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement.

Syntax


public Point RenderTransformOrigin { get; set; }


<uiElement RenderTransformOrigin="x,y"/>

XAML Values

x

The X value of the Point that specifies the transform origin.

y

The Yvalue of a Point that specifies the transform origin.

Property value

Type: Point

The origin point of the render transform. The default value is a Point with value 0,0.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

UIElement

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD