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