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