'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the container will automatically layout its children or will let this operation to be performed explicitly.")> Public Property AutoLayout As System.Boolean
'Usage
Dim instance As NUIElementContainer Dim value As System.Boolean instance.AutoLayout = value value = instance.AutoLayout
[System.ComponentModel.Description("Gets/sets a value whether the container will automatically layout its children or will let this operation to be performed explicitly.")] public System.bool AutoLayout {get; set;}