Gets or sets the cursor image.
This is a dependency property.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ImageSource CursorImageSource { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CursorImageSource As ImageSource |
Visual C++ |
---|
public: property ImageSource^ CursorImageSource { ImageSource^ get (); void set (ImageSource^ value); } |