Esempio n. 1
0
 public void SetMargin(CSSEdge edge, float value)
 {
     Native.CSSNodeStyleSetMargin(_cssNode, edge, value);
 }