Table of Contents

Method AddSpacer

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AddSpacer(int?)

Adds an empty space for spacing groups of tools.

public int AddSpacer(int? pixels = null)

Parameters

pixels int?

Width of an empty space.

Returns

int

Remarks

If pixels is not specified, DefaultSpacerWidth is used as a spacer width.