編集

次の方法で共有


WorkflowView.ScrollPosition Property

Definition

Gets or sets the position of the scrollbar on the 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

Property Value

A point describing the ___location of the scrollbar in screen coordinates.

Remarks

Use the ScrollPosition to get or adjust the ___location of the scrollbar in the design surface.

Applies to