'Declaration <CategoryAttribute("Cursors")> <DescriptionAttribute("Specifies the default series cursor")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property DefaultCursor As CursorType
'Usage Dim instance As SeriesInteractivity Dim value As CursorType instance.DefaultCursor = value value = instance.DefaultCursor
[Category("Cursors")] [Description("Specifies the default series cursor")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public CursorType DefaultCursor {get; set;}