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