Share via


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

See Also

Reference

AdornerCoordinateSpaces Class

Microsoft.Windows.Design.Interaction Namespace

AdornerCoordinateSpace

AdornerPanel

Other Resources

Understanding WPF Designer Extensibility