シンタックス
'宣言
<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
[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;}
参照