FormClientSize Property

Gets or sets the size of the client area of the form.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Size ClientSize { get; set; }

Return Value

Size
A Size that represents the size of the form's client area.

See Also