'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the amount among separate tabs.")> Public Property MaxSize As System.Integer
'Usage
Dim instance As NTabStrip Dim value As System.Integer instance.MaxSize = value value = instance.MaxSize
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the amount among separate tabs.")] public System.int MaxSize {get; set;}