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


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

Reference

C1RadialPanel Class
C1RadialPanel Members