'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the mask used to perform auto-sizing.")> Public Property AutoSizeMask As AutoSizeMask
'Usage
Dim instance As NTabStrip Dim value As AutoSizeMask instance.AutoSizeMask = value value = instance.AutoSizeMask
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the mask used to perform auto-sizing.")] public AutoSizeMask AutoSizeMask {get; set;}