'Declaration
<System.ComponentModel.DefaultValueAttribute(2)> <System.ComponentModel.DescriptionAttribute("Gets/sets the padding of the tabs from the border.")> Public Property TabBorderPadding As System.Integer
'Usage
Dim instance As NTabStrip Dim value As System.Integer instance.TabBorderPadding = value value = instance.TabBorderPadding
[System.ComponentModel.DefaultValue(2)] [System.ComponentModel.Description("Gets/sets the padding of the tabs from the border.")] public System.int TabBorderPadding {get; set;}