Gets or sets the origin point of any possible render transform declared by
System.Windows.UIElement.RenderTransform, relative to the bounds of the
System.Windows.UIElement.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property RenderTransformOrigin As System.Windows.Point |
| C# | |
|---|
public System.Windows.Point RenderTransformOrigin {get; set;} |
Property Value
The origin point of the render transform. The default value is a point with value 0,0.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also