Chart.BorderWidth 屬性

定義

將 s 設定為圖表邊界的寬度。

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

屬性值

一個 integer 決定圖表邊界寬度(像素)的數值。

屬性

備註

要取得邊框寬度,請用 BorderlineWidth 代替。

適用於