Table of Contents

Method SetMargins

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetMargins(int, int, int, int)

Set the values to be used as margins for the toolbar.

public void SetMargins(int left, int right, int top, int bottom)

Parameters

left int

Left margin.

right int

Right margin.

top int

Top margin.

bottom int

Bottom margin.

Remarks

This must be called before the tools are added if absolute positioning is to be used, and the default (zero-size) margins are to be overridden.