Table of Contents

Method MinSizePixel

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

MinSizePixel(int, int)

Sets the minimum size of the pane.

IAuiPaneInfo MinSizePixel(int width, int height)

Parameters

width int

New minimal width.

height int

New minimal height.

Returns

IAuiPaneInfo

Returns this pane info instance.