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
'Dichiarazione
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
- 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.