示例#1
0
 public void SetPadding(CSSEdge edge, float padding)
 {
     Native.CSSNodeStyleSetPadding(_cssNode, edge, padding);
 }