GridGetPreferredSize Method
Retrieves the size of a rectangular area into which a control can be fitted.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public override Size GetPreferredSize(
Size proposedSize
)
Public Overrides Function GetPreferredSize (
proposedSize As Size
) As Size
abstract GetPreferredSize :
proposedSize : Size -> Size
override GetPreferredSize :
proposedSize : Size -> Size
- proposedSize Size
- The custom-sized area for a control.
SizeAn ordered pair of type
Size representing the width and height of a rectangle.