Table of Contents

Method PrependSpacer

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

PrependSpacer(int)

Prepends non-stretchable space to the sizer.

ISizerItem PrependSpacer(int size)

Parameters

size int

Width and height of the item.

Returns

ISizerItem

Remarks

More readable way of calling: "Prepend(size, size, 0)".