Share via


RelativePositions.Bounds Property

Gets the LeftSide, TopSide, RightSide, and BottomSide of an item on the design surface.

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[]

Property Value

Type: array<Microsoft.Windows.Design.Interaction.RelativePosition[]
A RelativePositions that represents the left side, top side, right side, and bottom side of an item on the design surface.

.NET Framework Security

See Also

Reference

RelativePositions Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility