Button.BorderWidth Property

Definition

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

public double BorderWidth { get; set; }
member this.BorderWidth : double with get, set

Property Value

The width of the button border; the default is 0.

Remarks

Set this value to a non-zero value in order to have a visible border.

Applies to