ComponentOne Basic Library for WPF and Silverlight
Cursor Property (C1EditableContentControl)


C1.WPF Namespace > C1EditableContentControl Class : Cursor Property
Syntax
'Declaration
 
Public Property Cursor As System.Windows.Input.Cursor
'Usage
 
Dim instance As C1EditableContentControl
Dim value As System.Windows.Input.Cursor
 
instance.Cursor = value
 
value = instance.Cursor
public System.Windows.Input.Cursor Cursor {get; set;}
See Also

Reference

C1EditableContentControl Class
C1EditableContentControl Members