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


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

Reference

C1TreeViewExpandButton Class
C1TreeViewExpandButton Members