The Cursor type exposes the following members.

Constructors

  NameDescription
Cursor
Initializes a new instance of the Cursor class.

Methods

  NameDescription
ApplyTemplate (Inherited from Control.)
Arrange (Inherited from UIElement.)
ArrangeOverride (Inherited from FrameworkElement.)
CaptureMouse (Inherited from UIElement.)
CheckAccess (Inherited from DependencyObject.)
ClearValue (Inherited from DependencyObject.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindName (Inherited from FrameworkElement.)
Focus (Inherited from Control.)
GetAnimationBaseValue (Inherited from DependencyObject.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTemplateChild (Inherited from Control.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InvalidateArrange (Inherited from UIElement.)
InvalidateMeasure (Inherited from UIElement.)
Measure (Inherited from UIElement.)
MeasureOverride (Inherited from FrameworkElement.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnApplyTemplate (Inherited from FrameworkElement.)
OnCreateAutomationPeer (Inherited from UIElement.)
OnGotFocus (Inherited from Control.)
OnKeyDown (Inherited from Control.)
OnKeyUp (Inherited from Control.)
OnLostFocus (Inherited from Control.)
OnMouseEnter (Inherited from Control.)
OnMouseLeave (Inherited from Control.)
OnMouseLeftButtonDown (Inherited from Control.)
OnMouseLeftButtonUp (Inherited from Control.)
OnMouseMove (Inherited from Control.)
ReadLocalValue (Inherited from DependencyObject.)
ReleaseMouseCapture (Inherited from UIElement.)
SetBinding (Inherited from FrameworkElement.)
SetValue (Inherited from DependencyObject.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToVisual (Inherited from UIElement.)
UpdateLayout (Inherited from UIElement.)

Fields

  NameDescription
CenterPointXProperty
Gets or sets X coordinate of the cursor pointer on the image. Takes values from 0 to 1. Dependency property.
CenterPointYProperty
Gets or sets Y coordinate of the cursor pointer on the image. Takes values from 0 to 1. Dependency property.
CursorImageSourceProperty
Gets or sets a cursor image. Dependency property.
IsCursorMouseDownProperty
Gets or sets the property which indicates that left mouse button is pressed. Dependency property.

Properties

  NameDescription
ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
Background (Inherited from Control.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
CenterPointX
Gets or sets X coordinate of the cursor pointer on report view. Takes values from 0 to 1.
CenterPointY
Gets or sets Y coordinate of the cursor pointer on report view. Takes values from 0 to 1.
Clip (Inherited from UIElement.)
Cursor (Inherited from FrameworkElement.)
CursorImageSource
Gets or sets the cursor image.
DataContext (Inherited from FrameworkElement.)
DefaultStyleKey (Inherited from Control.)
DesiredSize (Inherited from UIElement.)
Dispatcher (Inherited from DependencyObject.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
Foreground (Inherited from Control.)
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
IsCursorMouseDown
Gets or sets the property which indicates that left mouse button is pressed.
IsEnabled (Inherited from Control.)
IsHitTestVisible (Inherited from UIElement.)
IsTabStop (Inherited from Control.)
Language (Inherited from FrameworkElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
Style (Inherited from FrameworkElement.)
TabIndex (Inherited from Control.)
TabNavigation (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
Template (Inherited from Control.)
Triggers (Inherited from FrameworkElement.)
UseLayoutRounding (Inherited from UIElement.)
VerticalAlignment (Inherited from FrameworkElement.)
VerticalContentAlignment (Inherited from Control.)
Visibility (Inherited from UIElement.)
Width (Inherited from FrameworkElement.)

Events

  NameDescription
BindingValidationError (Inherited from FrameworkElement.)
GotFocus (Inherited from UIElement.)
IsEnabledChanged (Inherited from Control.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
LayoutUpdated (Inherited from FrameworkElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
SizeChanged (Inherited from FrameworkElement.)

See Also