Nevron .NET Vision
Nevron.UI Namespace / NBoundableElement Class / MaximumSize Property


In This Topic
    MaximumSize Property (NBoundableElement)
    In This Topic
    Gets/sets the maximum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the maximum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.")>
    Public Overridable Property MaximumSize As NSize
    'Usage
     
    
    Dim instance As NBoundableElement
    Dim value As NSize
     
    instance.MaximumSize = value
     
    value = instance.MaximumSize
    [System.ComponentModel.Description("Gets/sets the maximum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.")]
    public virtual NSize MaximumSize {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