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


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

Reference

C1ItemsControl Class
C1ItemsControl Members