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


In This Topic
    AutoSizeMask Property (NBoundableElement)
    In This Topic
    Gets/sets a value whether the element will autosize its bounds to fit the preffered size.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the element will autosize its bounds to fit the preffered size.")>
    Public Overridable Property AutoSizeMask As AutoSizeMask
    'Usage
     
    
    Dim instance As NBoundableElement
    Dim value As AutoSizeMask
     
    instance.AutoSizeMask = value
     
    value = instance.AutoSizeMask
    [System.ComponentModel.Description("Gets/sets a value whether the element will autosize its bounds to fit the preffered size.")]
    public virtual AutoSizeMask AutoSizeMask {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