UpDownBase.AutoScrollMargin 屬性

定義

取得或設定自動捲動邊界的大小。

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

屬性值

Size

Size,表示自動捲動邊界的高度和寬度 (以像素為單位)。

屬性

例外狀況

HeightWidth 小於 0。

備註

控制項 UpDownBase 不會使用 AutoScrollMargin 屬性。

適用於