Xwt.WidgetSpacing.WidgetSpacing C# (CSharp) Method

WidgetSpacing() public method

public WidgetSpacing ( double left, double top, double right, double bottom ) : System
left double
top double
right double
bottom double
return System
		public WidgetSpacing (double left = 0, double top = 0, double right = 0, double bottom = 0): this ()
		{
			Left = left;
			Top = top;
			Bottom = bottom;
			Right = right;
		}