Nevron .NET Vision
Nevron.Diagram Namespace / NDecorator Class / ShapeHitTestable Property


In This Topic
    ShapeHitTestable Property
    In This Topic
    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
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also