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 outer margin of a control.

Returns

ControlSet

Returns this object instance for use in the call sequences.

Margin(float, float, float, float)

Sets Margin property for all the controls in the set.

public virtual ControlSet Margin(float left, float top, float right, float bottom)

Parameters

left float

The margin for the left side.

top float

The margin for the top side.

right float

The margin for the right side.

bottom float

The margin for the bottom side.

Returns

ControlSet

Returns this object instance for use in the call sequences.