'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;}