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