UIElement.RenderTransform Property
.NET Framework 4.6 and 4.5
Gets or sets transform information that affects the rendering position of this element. This is a dependency property.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Media.TransformDescribes the specifics of the desired render transform. The default is Transform.Identity.
A render transform does not regenerate layout size or render size information. Render transforms are typically intended for animating or applying a temporary effect to an element. For example, the element might zoom when focused or moused over, or might jitter on load to draw the eye to that part of the user interface (UI).
Show: