Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / SnapResultType Enumeration


In This Topic
    SnapResultType Enumeration
    In This Topic
    Enumerates the possible snap results
    Syntax
    'Declaration
     
    
    Public Enum SnapResultType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SnapResultType
    public enum SnapResultType : System.Enum 
    Members
    MemberDescription
    BoundsBounds snap result
    PointPoint snap result
    ShapeOutwardPortShape outward port snap result
    ShapePlugsShape plugs snap result
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.WinForm.SnapResultType

    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