[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1ButtonBase.GetPreferredSize

GetPreferredSize Method

GetPreferredSize(Size)

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

Declaration
public override Size GetPreferredSize(Size proposedSize)
Parameters
Type Name Description
Size proposedSize

The custom-sized area for a control.

Returns
Type Description
Size

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

Overrides