AxisScrollBar.Size 屬性

定義

取得或設定以像素為單位的捲軸寬度。

public:
 property double Size { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double Size { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Size : double with get, set
Public Property Size As Double

屬性值

Double

捲軸的欄寬 (以像素為單位)。 預設值為14圖元。 這個值的範圍可介於 5 到 20 個像素之間。

屬性

備註

取得或設定捲軸的寬度,可以是5到20圖元。

將此屬性設定為零以停用捲軸。

重要

若要修正捲軸的位置,圖表區域的繪圖區位置不得設定為 Auto 。 若要明確設定繪圖區位置,請使用 InnerPlotPosition 屬性。

適用於