Delen via


AdornerCoordinateSpaces.Render Property

Gets the render coordinate space based on render information from the raw Windows Presentation Foundation (WPF) visual tree.

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

Syntax

'Declaration
Public Shared ReadOnly Property Render As AdornerCoordinateSpace
'Usage
Dim value As AdornerCoordinateSpace 

value = AdornerCoordinateSpaces.Render
public static AdornerCoordinateSpace Render { get; }
public:
static property AdornerCoordinateSpace^ Render {
    AdornerCoordinateSpace^ get ();
}
public static function get Render () : AdornerCoordinateSpace

Property Value

Type: Microsoft.Windows.Design.Interaction.AdornerCoordinateSpace
An AdornerCoordinateSpace specifying render space.

.NET Framework Security

See Also

Reference

AdornerCoordinateSpaces Class

AdornerCoordinateSpaces Members

Microsoft.Windows.Design.Interaction Namespace

AdornerCoordinateSpace

AdornerPanel

Other Resources

Layout Space and Render Space

Walkthrough: Implementing a Rail Inside a Control

Understanding WPF Designer Extensibility