[]
Gets or sets a value that specifies the size, in pixels, of the border around the button.
public int BorderSize { get; set; }
Public Property BorderSize As Integer
Type | Description |
---|---|
int | An int that represents the size, in pixels, of the border around the button. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The BorderSize of the flat button must be greater than or equal to 0. |