RelativePositions.Bounds-Eigenschaft

Ruft LeftSide, TopSide, RightSide und BottomSide 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 Bounds As RelativePosition()
    Get
public static RelativePosition[] Bounds { get; }
public:
static property array<RelativePosition^>^ Bounds {
    array<RelativePosition^>^ get ();
}
static member Bounds : RelativePosition[]
static function get Bounds () : RelativePosition[]

Eigenschaftswert

Typ: array<Microsoft.Windows.Design.Interaction.RelativePosition[]
Ein RelativePositions, das den linken, oberen, rechten und 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