'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the decorator must show only the destination shapes. If set to false the entire subtree is shown.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ShowChildrenOnly As System.Boolean
'Usage
Dim instance As NShowHideSubtreeDecorator Dim value As System.Boolean instance.ShowChildrenOnly = value value = instance.ShowChildrenOnly
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the decorator must show only the destination shapes. If set to false the entire subtree is shown.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool ShowChildrenOnly {get; set;}