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 virtual ControlSet Margin(Thickness value)

Parameters

value Thickness

An oouter margin of a control.

Returns

ControlSet

Returns this object instance for use in the call sequences.

Margin(double, double, double, double)

Sets Margin property for all the controls in the set.

public virtual 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

Returns this object instance for use in the call sequences.