Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartLayout Class / MaxIdealSize Property


In This Topic
    MaxIdealSize Property
    In This Topic
    Gets the ideal size needed to display the SmartItems.
    Syntax
    'Declaration
     
    Protected ReadOnly Property MaxIdealSize As Size
    'Usage
     
    Dim instance As SmartLayout
    Dim value As Size
     
    value = instance.MaxIdealSize
    protected Size MaxIdealSize {get;}

    Property Value

    A System.Drawing.Size structure representing the size needed to display the widest and/or tallest SmartItem in the layout.
    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