'Declaration Public Property BorderSize As Integer
'Usage Dim instance As FlatButtonAppearance Dim value As Integer instance.BorderSize = value value = instance.BorderSize
public int BorderSize {get; set;}
'Declaration Public Property BorderSize As Integer
'Usage Dim instance As FlatButtonAppearance Dim value As Integer instance.BorderSize = value value = instance.BorderSize
public int BorderSize {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | The BorderSize of the flat button must be greater than or equal to 0. |