Skip to main content

StepProgressBar.GetPreferredSize(Size) Method

Retrieves the size of a rectangular area that fits the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Size GetPreferredSize(
    Size proposedSize
)

Parameters

Name Type Description
proposedSize Size

The custom-sized area for a control.

Returns

Type Description
Size

The size that fits the control.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also