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 |
|
Metadata properties set to true |
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace