Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scrolls vertically 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 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.Int32Amount 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.