RelativePositions.BottomRight-Eigenschaft

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

Eigenschaftswert

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