Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZoneChild Interface / SizeInfo Property


In This Topic
    SizeInfo Property (INDockZoneChild)
    In This Topic
    Gets or sets an object containing information about how this child should be treated by a layout engine.
    Syntax
    'Declaration
     
    
    Property SizeInfo As NSizeInfo
    'Usage
     
    
    Dim instance As INDockZoneChild
    Dim value As NSizeInfo
     
    instance.SizeInfo = value
     
    value = instance.SizeInfo
    NSizeInfo SizeInfo {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