Method Margin
Margin(Thickness)
Sets Margin property for all the controls in the set.
public virtual ControlSet Margin(Thickness value)
Parameters
value
ThicknessAn 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
doubleThe margin for the left side.
top
doubleThe margin for the top side.
right
doubleThe margin for the right side.
bottom
doubleThe margin for the bottom side.
Returns
- ControlSet
Returns this object instance for use in the call sequences.