'Declaration
<System.ComponentModel.DescriptionAttribute("Gets or sets the maximum allowed tab width.")> Public Property MaximumTabWidth As System.Integer
'Usage
Dim instance As NDocumentStyle Dim value As System.Integer instance.MaximumTabWidth = value value = instance.MaximumTabWidth
[System.ComponentModel.Description("Gets or sets the maximum allowed tab width.")] public System.int MaximumTabWidth {get; set;}