Table of Contents

Method Margin

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Margin(Thickness)

Sets Margin property for all the controls in the set.

public ControlSet Margin(Thickness value)

Parameters

value Thickness

An oouter margin of a control.

Returns

ControlSet

Margin(double, double, double, double)

Sets Margin property for all the controls in the set.

public ControlSet Margin(double left, double top, double right, double bottom)

Parameters

left double

The margin for the left side.

top double

The margin for the top side.

right double

The margin for the right side.

bottom double

The margin for the bottom side.

Returns

ControlSet