LegendItem.BorderWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图例项的边框宽度。
public:
property int BorderWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int BorderWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BorderWidth : int with get, set
Public Property BorderWidth As Integer
属性值
一 integer
个 值,该值确定图例项边框的宽度(以像素为单位)。
- 属性
注解
例如,使用样式显示自定义图例项时, 属性还可用于设置 BorderWidth 线条 Line 的宽度。
注意 此属性仅适用于 具有 LegendCell 或 LegendCellType 的对象 SeriesSymbol Image 。