'Declaration <DescriptionAttribute("The extra text displayed after the text specified in the Text property.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(True)> Public Property ExtraText As String
'Usage Dim instance As Node Dim value As String instance.ExtraText = value value = instance.ExtraText
[Description("The extra text displayed after the text specified in the Text property.")] [Category("Appearance")] [DefaultValue()] [Browsable(true)] [MergableProperty(false)] [Localizable(true)] public string ExtraText {get; set;}