'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <SRDescriptionAttribute("UserControlBorderStyleDescr")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> Public Property BorderStyle As System.Windows.Forms.BorderStyle
'Usage
Dim instance As NSizeLEditorUC Dim value As System.Windows.Forms.BorderStyle instance.BorderStyle = value value = instance.BorderStyle
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [SRDescription("UserControlBorderStyleDescr")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] public System.Windows.Forms.BorderStyle BorderStyle {get; set;}