'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the size to be used when making the Form floating. If the Form is already floating this value is ignored. Use Form's Size property instead..")> Public Property ProposedFloatingSize As System.Drawing.Size
'Usage
Dim instance As NDesktopToolbar Dim value As System.Drawing.Size instance.ProposedFloatingSize = value value = instance.ProposedFloatingSize
[System.ComponentModel.Description("Gets/sets the size to be used when making the Form floating. If the Form is already floating this value is ignored. Use Form's Size property instead..")] public System.Drawing.Size ProposedFloatingSize {get; set;}