Method Margin
Margin(Thickness)
Sets Margin property for all the controls in the set.
public ControlSet Margin(Thickness value)
Parameters
value
ThicknessAn oouter margin of a control.
Returns
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
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.