共用方式為


LegendItem.BorderWidth 屬性

定義

取得或設定圖例項目的框線寬度。

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 具有 或 ImageSeriesSymbol 物件 LegendCellType

適用於