DiagramClientView.ScrollHorizontally Method

Scrolls horizontally by the number of scroll units specified.

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

Syntax

'Declaration
Public Sub ScrollHorizontally ( _
    scrollDelta As Integer _
)
public void ScrollHorizontally(
    int scrollDelta
)
public:
void ScrollHorizontally(
    int scrollDelta
)
member ScrollHorizontally : 
        scrollDelta:int -> unit
public function ScrollHorizontally(
    scrollDelta : int
)

Parameters

  • scrollDelta
    Type: Int32

    Amount to scroll in scroll units. A negative value scrolls left. A positive value scrolls right.

Remarks

A negative value scrolls left. A positive value scrolls right.

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace