Button.BorderWidth Property

Definition

Gets or sets the width of the border, in device-independent units. This is a bindable property.

public:
 property double BorderWidth { double get(); void set(double value); };
public double BorderWidth { get; set; }
member this.BorderWidth : double with get, set
Public Property BorderWidth As Double

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