Skip to content

P_Ekstrand_Windows_Forms_ControlElements_Bounds

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

ControlElements.Bounds Property

Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public Rectangle Bounds { get; set; }

VB

Public Property Bounds As Rectangle
	Get
	Set

C++

public:
virtual property Rectangle Bounds {
	Rectangle get () sealed;
	void set (Rectangle value) sealed;
}

F#

abstract Bounds : Rectangle with get, set
override Bounds : Rectangle with get, set

Property Value

Type: Rectangle

Implements

IControlElements.Bounds

See Also

Reference

ControlElements Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally