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 该属性。

适用于