'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Shadows Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
'Usage
Dim instance As NForm Dim value As System.Windows.Forms.FormBorderStyle instance.FormBorderStyle = value value = instance.FormBorderStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public new System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}