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