'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the preffered size to use when the toolbar will float for the first time.")> Public Property FloatingSize As System.Drawing.Size
'Usage
Dim instance As NDockingToolbar Dim value As System.Drawing.Size instance.FloatingSize = value value = instance.FloatingSize
[System.ComponentModel.Description("Gets/sets the preffered size to use when the toolbar will float for the first time.")] public System.Drawing.Size FloatingSize {get; set;}