Button.BorderWidth 属性

定义

获取或设置边框的宽度(以独立于设备的单位为单位)。 这是一种可绑定属性。

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

属性值

注解

将此值设置为非零值,以便具有可见边框。

适用于