'Declaration <CategoryAttribute("Formatting")> <DescriptionAttribute("Chooses between simple and XML fomatted text.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property TextType As TextType
'Usage Dim instance As ChartText Dim value As TextType instance.TextType = value value = instance.TextType
[Category("Formatting")] [Description("Chooses between simple and XML fomatted text.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public TextType TextType {get; set;}