Compartir a través de


DiagramClientView.ScrollVertically Method

Scrolls vertically by the number of scroll units specified.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaración
Public Sub ScrollVertically ( _
    scrollDelta As Integer _
)
public void ScrollVertically(
    int scrollDelta
)
public:
void ScrollVertically(
    int scrollDelta
)
member ScrollVertically : 
        scrollDelta:int -> unit 
public function ScrollVertically(
    scrollDelta : int
)

Parameters

  • scrollDelta
    Type: System.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.

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace