Exemple #1
0
 public MarginStyle(int top, int right, int bottom, int left, StyleSizeUnit unit)
 {
     Top      = top;
     Right    = right;
     Bottom   = bottom;
     Left     = left;
     SizeUnit = unit;
 }
 public MarginStyle(int top, int right, int bottom, int left, StyleSizeUnit unit)
 {
     Top = top;
     Right = right;
     Bottom = bottom;
     Left = left;
     SizeUnit = unit;
 }