Nevron.UI Namespace / NBoundableElement Class / AutoSizeMask Property


AutoSizeMask Property (NBoundableElement)
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
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