Control.AutoScrollOffset 속성

정의

이 컨트롤이 스크롤 ScrollControlIntoView(Control)되는 위치를 가져오거나 설정합니다.

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

속성 값

Point 스크롤 위치를 지정하는 값입니다. 기본값은 컨트롤의 왼쪽 위 모서리입니다.

특성

적용 대상