Cursor Class
Represents the image used for the mouse pointer.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | Cursor(Stream) | Initializes a new instance of the Cursor class from the specified Stream. |
![]() | Cursor(Stream, Boolean) | Initializes a new instance of the Cursor class. |
![]() | Cursor(String) | Initializes a new instance of the Cursor class from the specified .ani or a .cur file. |
![]() | Cursor(String, Boolean) | Initializes a new instance of the Cursor class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the Cursor class. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Finalizes the object to free resources and perform other cleanup operations.(Overrides Object.Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the string representation of the Cursor.(Overrides Object.ToString().) |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

