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
- 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
AdornerCoordinateSpaces Members
Microsoft.Windows.Design.Interaction Namespace