'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether this container will clip the graphics output only within its layout rectangle.")> Public Property ClipChildren As System.Boolean
'Usage
Dim instance As NUIElementContainer Dim value As System.Boolean instance.ClipChildren = value value = instance.ClipChildren
[System.ComponentModel.Description("Gets/sets a value indicating whether this container will clip the graphics output only within its layout rectangle.")] public System.bool ClipChildren {get; set;}