Gets or sets a value that indicates the amount that the mouse wheel has changed.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public double Delta { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property Delta As Double |
| Visual C++ |
|---|
public: property double Delta { double get (); void set (double value); } |