'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the NToolbar will perform autosizing.")> Public Overrides Property AutoSize As System.Boolean
'Usage
Dim instance As NToolbar Dim value As System.Boolean instance.AutoSize = value value = instance.AutoSize
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the NToolbar will perform autosizing.")] public override System.bool AutoSize {get; set;}