'Declaration <DescriptionAttribute("The border style of the textbox.")> <CategoryAttribute("Appearance")> Public Property BorderStyle As EnhancedBorderStyle
'Usage Dim instance As WinTextBoxBase Dim value As EnhancedBorderStyle instance.BorderStyle = value value = instance.BorderStyle
[Description("The border style of the textbox.")] [Category("Appearance")] public EnhancedBorderStyle BorderStyle {get; set;}