FormClientSize Property
Gets or sets the size of the client area of the form.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Size ClientSize { get; set; }
Public Property ClientSize As Size
Get
Set
member ClientSize : Size with get, set
Return Value
SizeA
Size that represents the size of the form's client area.