Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateConnectorTool Class / EndSnapRes Property


In This Topic
    EndSnapRes Property
    In This Topic
    Gets/sets the current snap result for the end connector plug
    Syntax
    'Declaration
     
    
    Protected Property EndSnapRes As NSnapPointResult
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim value As NSnapPointResult
     
    instance.EndSnapRes = value
     
    value = instance.EndSnapRes
    protected NSnapPointResult EndSnapRes {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