Button.BorderWidth 属性

定义

获取或设置边框的宽度。 这是一种可绑定属性。

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

属性值

System.Double

按钮边框的宽度;默认值为 0。

注解

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

适用于