WorkflowView.ScrollPosition 속성

정의

에서 스크롤 막대 WorkflowView의 위치를 가져오거나 설정합니다.

public:
 property System::Drawing::Point ScrollPosition { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public System.Drawing.Point ScrollPosition { get; set; }
member this.ScrollPosition : System.Drawing.Point with get, set
Public Property ScrollPosition As Point

속성 값

화면 좌표에서 스크롤 막대의 위치를 설명하는 지점입니다.

설명

ScrollPosition 디자인 화면에서 스크롤 막대의 위치를 가져오기 또는 조정하는 데 사용합니다.

적용 대상