'Declaration <CategoryAttribute("General")> <DescriptionAttribute("The mode of the data cursor.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property DataCursorMode As DataCursorMode
'Usage Dim instance As DataCursorTool Dim value As DataCursorMode instance.DataCursorMode = value value = instance.DataCursorMode
[Category("General")] [Description("The mode of the data cursor.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public DataCursorMode DataCursorMode {get; set;}