RelativePositions.ExternalTopLeft-Eigenschaft

Ruft die äußere linke obere Ecke eines Elements auf der Entwurfsoberfläche ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property ExternalTopLeft As RelativePosition
    Get
public static RelativePosition ExternalTopLeft { get; }
public:
static property RelativePosition^ ExternalTopLeft {
    RelativePosition^ get ();
}
static member ExternalTopLeft : RelativePosition
static function get ExternalTopLeft () : RelativePosition

Eigenschaftswert

Typ: Microsoft.Windows.Design.Interaction.RelativePosition
Eine RelativePosition, die die äußere linke obere Ecke eines Elements auf der Entwurfsoberfläche darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativePositions Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit