DiagramClientView.ScrollVertically(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls vertically by the number of scroll units specified.
public:
void ScrollVertically(int scrollDelta);
public void ScrollVertically (int scrollDelta);
member this.ScrollVertically : int -> unit
Public Sub ScrollVertically (scrollDelta As Integer)
Parameters
- scrollDelta
- Int32
Amount to scroll in scroll units. A negative value scrolls up. A positive value scrolls down.
Remarks
A negative value scrolls up. A positive value scrolls down.