共用方式為


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

適用於