Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockingPanel Interface / FloatingSize Property


In This Topic
    FloatingSize Property (INDockingPanel)
    In This Topic
    Gets or sets the preffered size to be used when the panel becomes floating on its own.
    Syntax
    'Declaration
     
    
    Property FloatingSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As INDockingPanel
    Dim value As System.Drawing.Size
     
    instance.FloatingSize = value
     
    value = instance.FloatingSize
    System.Drawing.Size FloatingSize {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also