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


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