[]
Retrieves the size of a rectangular area into which a control can be fitted.
public override Size GetPreferredSize(Size proposedSize)
Public Overrides Function GetPreferredSize(proposedSize As Size) As Size
Type | Name | Description |
---|---|---|
Size | proposedSize |
Type | Description |
---|---|
Size | An ordered pair of Size type representing the width and height of a rectangle. |