'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the fitting mode for the tabs.")> Public Property TabFitMode As TabFitMode
'Usage
Dim instance As NTabStrip Dim value As TabFitMode instance.TabFitMode = value value = instance.TabFitMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the fitting mode for the tabs.")] public TabFitMode TabFitMode {get; set;}