'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether this container will tunnel its property changed event to its children.")> Public Property ShouldTunnelPropertyChanged As System.Boolean
'Usage
Dim instance As NUIElementContainer Dim value As System.Boolean instance.ShouldTunnelPropertyChanged = value value = instance.ShouldTunnelPropertyChanged
[System.ComponentModel.Description("Gets/sets a value whether this container will tunnel its property changed event to its children.")] public System.bool ShouldTunnelPropertyChanged {get; set;}