Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UIElement.RenderTransform Property

Definition

Namespace:
System.Windows
Assembly:
PresentationCore.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets transform information that affects the rendering position of this element. This is a dependency property.

public:
 property System::Windows::Media::Transform ^ RenderTransform { System::Windows::Media::Transform ^ get(); void set(System::Windows::Media::Transform ^ value); };
public System.Windows.Media.Transform RenderTransform { get; set; }
member this.RenderTransform : System.Windows.Media.Transform with get, set
Public Property RenderTransform As Transform

Property Value

Describes the specifics of the desired render transform. The default is Identity.

Remarks

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).

Dependency Property Information

Item Value
Identifier field RenderTransformProperty
Metadata properties set to true None

Applies to


Feedback

Was this page helpful?