Button.BorderRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.Int32
The corner radius of the button border; the default is 5.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute