LegendItem.BorderWidth 属性

定义

获取或设置图例项的边框宽度。

public:
 property int BorderWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int BorderWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderWidth : int with get, set
Public Property BorderWidth As Integer

属性值

Int32

integer 个 值,该值确定图例项边框的宽度(以像素为单位)。

属性

注解

例如,使用样式显示自定义图例项时, 属性还可用于设置 BorderWidth 线条 Line 的宽度。

注意 此属性仅适用于 具有 LegendCellLegendCellType 的对象 SeriesSymbol Image

适用于