Share via


RadioButton.CornerRadius Property

Definition

Gets or sets the corner radius of the radio button border. This is a bindable property.

public:
 property int CornerRadius { int get(); void set(int value); };
public int CornerRadius { get; set; }
member this.CornerRadius : int with get, set
Public Property CornerRadius As Integer

Property Value

The corner radius in device-independent units. The default is -1, which indicates the platform default.

Applies to