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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace