Represents a circular button with an soft X used used to remove something.
Inheritance: ShapeButton
コード例 #1
0
 public void Show__RemoveButton_48_x_48(RemoveButton control)
 {
     control.SetSize(48, 48);
 }
コード例 #2
0
 public void Show__RemoveButton_14_x_14(RemoveButton control)
 {
     control.SetSize(14, 14);
 }