'Declaration <DescriptionAttribute("Controls the cursor displayed by the control when the operation is active.")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property Cursor As Cursor
'Usage Dim instance As DragOperation Dim value As Cursor instance.Cursor = value value = instance.Cursor
[Description("Controls the cursor displayed by the control when the operation is active.")] [Category("General")] [DefaultValue()] public Cursor Cursor {get; set;}