Gets or sets the center point of any possible render transform declared by
System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property.
'宣言
Public Property RenderTransformOrigin As Point
public Point RenderTransformOrigin {get; set;}
プロパティ値
The value that declares the render transform. The default value is a
System.Windows.Point with coordinates (0,0).