 | ThemedImageButtonGetPreferredSize Method |
Retrieves the size of a rectangular area into which a control can be fitted.
Namespace:
AeroWizard
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxpublic override Size GetPreferredSize(
Size proposedSize
)
Public Overrides Function GetPreferredSize (
proposedSize As Size
) As Size
public:
virtual Size GetPreferredSize(
Size proposedSize
) override
Request Example
View SourceParameters
- proposedSize
- Type: System.DrawingSize
The custom-sized area for a control.
Return Value
Type:
SizeAn ordered pair of type
Size representing the width and height of a rectangle.
See Also