Button.BorderRadius Property

Definition

Caution

BorderRadius is obsolete as of 2.5.0. Please use CornerRadius instead.

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BorderRadius is obsolete as of 2.5.0. Please use CornerRadius instead.")]
public int BorderRadius { get; set; }
member this.BorderRadius : int with get, set

Property Value

The corner radius of the button border; the default is 5.

Attributes

Applies to