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