Click or drag to resize
UIElementRenderTransform Property
Gets or sets transform information that affects the rendering position of a UIElement.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Transform RenderTransform { get; set; }

Property Value

Type: Transform
See Also