Skip to main content

NavElement.GetPreferredImageSize(Size, Boolean) Method

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public Size GetPreferredImageSize(
    Size r,
    bool isLarge
)

Parameters

Name Type
r Size
isLarge Boolean

Returns

Type
Size
See Also