Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / HitTestSettings Property


In This Topic
    HitTestSettings Property
    In This Topic
    Gets/sets the hit test settings of the document
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the hit test settings of the document")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property HitTestSettings As NHitTestSettings
    'Usage
     
    
    Dim instance As NDrawingDocument
    Dim value As NHitTestSettings
     
    instance.HitTestSettings = value
     
    value = instance.HitTestSettings
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the hit test settings of the document")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public NHitTestSettings HitTestSettings {get; set;}
    Remarks
    The document is by default hit tested with these settings
    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