RelativePositions.BottomSide-Eigenschaft

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

Eigenschaftswert

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