GalleryControl.GetPreferredSize(Size) Method
Retrieves the size of a rectangular area that will fit the control.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public override Size GetPreferredSize(
Size proposedSize
)
Public Overrides Function GetPreferredSize(
proposedSize As Size
) As Size
Parameters
Name | Type | Description |
---|---|---|
proposedSize | Size | The custom-sized area for a control. |
Returns
Type | Description |
---|---|
Size | The size that will fit the control. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also
Feedback