'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies whether only visible nodes should be hit tested")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property HitTestVisibleOnly As System.Boolean
'Usage
Dim instance As NHitTestSettings Dim value As System.Boolean instance.HitTestVisibleOnly = value value = instance.HitTestVisibleOnly
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies whether only visible nodes should be hit tested")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool HitTestVisibleOnly {get; set;}