Freigeben über


RelativePositions.TopLeft-Eigenschaft

Ruft die 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 TopLeft As RelativePosition
    Get
public static RelativePosition TopLeft { get; }
public:
static property RelativePosition^ TopLeft {
    RelativePosition^ get ();
}
static member TopLeft : RelativePosition
static function get TopLeft () : RelativePosition

Eigenschaftswert

Typ: Microsoft.Windows.Design.Interaction.RelativePosition
Eine RelativePosition, die die 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