Table of Contents

Method MaxSizePixel

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

MaxSizePixel(int, int)

Sets the maximum size of the pane.

IAuiPaneInfo MaxSizePixel(int width, int height)

Parameters

width int

New maximal width.

height int

New maximal height.

Returns

IAuiPaneInfo

Returns this pane info instance.