LegendItem.MarkerBorderWidth 属性

定义

获取或设置标记的边框宽度(如果使用)。 以像素度量。

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

属性值

Int32

一个 integer 值。 默认值为一个 (1) 像素。

属性

注解

此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol Image

适用于