DiagramClientView.ScrollUnitsPerMouseWheel Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property ScrollUnitsPerMouseWheel As Integer
'Usage
Dim instance As DiagramClientView
Dim value As Integer
value = instance.ScrollUnitsPerMouseWheel
public int ScrollUnitsPerMouseWheel { get; }
public:
property int ScrollUnitsPerMouseWheel {
int get ();
}
public function get ScrollUnitsPerMouseWheel () : int
Property Value
Type: System.Int32
.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.