'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The cursor type when the mouse is over the object.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Cursor As NCursorAttribute
'Usage
Dim instance As NInteractivityStyle Dim value As NCursorAttribute instance.Cursor = value value = instance.Cursor
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The cursor type when the mouse is over the object.")] [System.Xml.Serialization.XmlIgnore()] public NCursorAttribute Cursor {get; set;}