DiagramClientView.ScrollHorizontally Method
Scrolls horizontally by the number of scroll units specified.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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: System.Int32Amount 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.