AdornerCoordinateSpaces.Default Property
Gets the default coordinate space for adorners.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Default As AdornerCoordinateSpace
Get
public static AdornerCoordinateSpace Default { get; }
public:
static property AdornerCoordinateSpace^ Default {
AdornerCoordinateSpace^ get ();
}
static member Default : AdornerCoordinateSpace
static function get Default () : AdornerCoordinateSpace
Property Value
Type: Microsoft.Windows.Design.Interaction.AdornerCoordinateSpace
An AdornerCoordinateSpace specifying the default adorner 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
Microsoft.Windows.Design.Interaction Namespace