Share via


AdornerProperties.RenderTransform Attached Property

Gets or sets the render transform for the adorner. This is an attached property.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
See GetRenderTransform, SetRenderTransform
See GetRenderTransform, SetRenderTransform
See GetRenderTransform, SetRenderTransform
See GetRenderTransform, SetRenderTransform
See GetRenderTransform, SetRenderTransform

Property Value

Type: System.Windows.Media.Transform
The render transform associated with the adorner, or nulla null reference (Nothing in Visual Basic) if no render transform has been set.

Dependency Property Information

Identifier field

RenderTransformProperty

Metadata properties set to true

AffectsParentArrange

Remarks

Use the RenderTransform attached property instead of directly setting the render transform of the adorner panel. This property works only on immediate children of the adorner layer.

.NET Framework Security

See Also

Reference

AdornerProperties Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture

Attached Properties Overview