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