Legend.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

屬性值

Int32

integer 值,決定圖例的框線寬度 (以像素為單位)。

屬性

備註

請注意, BorderWidth 屬性也可以將這類元素中的線條寬度設定為折線圖、以「線條」樣式顯示的自訂圖例專案等等。

適用於