'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines the borders this cell has.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFlagEnumEditor, System.Drawing.Design.UITypeEditor)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Borders As TableCellBorder
'Usage
Dim instance As NTableCell Dim value As TableCellBorder instance.Borders = value value = instance.Borders
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines the borders this cell has.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Editor(Nevron.Editors.NFlagEnumEditor, System.Drawing.Design.UITypeEditor)] [System.Xml.Serialization.XmlAttribute()] public TableCellBorder Borders {get; set;}