Button.CornerRadius Property

Definition

Gets or sets the corner radius for the button, in device-independent units. 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 for the button, in device-independent units.

Applies to