GridGetPreferredSize Method

Retrieves the size of a rectangular area into which a control can be fitted.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public override Size GetPreferredSize(
	Size proposedSize
)

Parameters

proposedSize  Size
The custom-sized area for a control.

Return Value

Size
An ordered pair of type Size representing the width and height of a rectangle.

See Also