Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLayeredWindow Class / PreferredSize Property


In This Topic
    PreferredSize Property (NLayeredWindow)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property PreferredSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As NLayeredWindow
    Dim value As System.Drawing.Size
     
    instance.PreferredSize = value
     
    value = instance.PreferredSize
    public new System.Drawing.Size PreferredSize {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