'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the content rendered by the decorator, should be included in the shape hit test - e.g. whether the shape is considered hit when the decorator is hit")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ShapeHitTestable As System.Boolean
'Usage
Dim instance As NDecorator Dim value As System.Boolean instance.ShapeHitTestable = value value = instance.ShapeHitTestable
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the content rendered by the decorator, should be included in the shape hit test - e.g. whether the shape is considered hit when the decorator is hit")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool ShapeHitTestable {get; set;}