NevronOpenVision
Nevron.Nov.Diagram Namespace / NControl Class
Fields Properties Methods Events


In This Topic
    NControl Class Members
    In This Topic

    The following tables list the members exposed by NControl.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CanGlue property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NControl  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Tooltip property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Visible property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the X Behavior property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Y Behavior property  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the shape point can be glued when interactively moved by the user.  
    Public PropertyGets or sets the tooltip (prompt) that is displayed when the user hovers over the control point.  
    Public PropertyGets or sets whether this control point should be displayed.  
    Public PropertyGets or sets the way in which the control point X expression should be modified, when the point is interactively modified.  
    Public PropertyGets or sets the way in which the control point Y expression should be modified, when the point is interactively modified.  
    Top
    Public Methods
     NameDescription
    Public MethodGlues (connects) the control point to a factor location on the specified shape geometry contour. 0 is the begin of the contour, 1 is the end of the contour.  
    Public MethodGlues the control point to a vertex of the specified geometry command.  
    Public MethodGlues the control point to the specified port.  
    Public MethodGlues the control point to a point defined by factors in the specified shape box.  
    Public MethodGlues the control point to a factor location along the shape line. 0 is the begin of the line, 1 is the end of the line.  
    Public MethodOverridden. Sets the location (X, Y properties) of the control point. The location is in local coordinates. Takes into account the XBehavior and YBehavior properties to properly update the X and Y expressions. Unglues the control point prior to the expressions update.  
    Public MethodUnglues the control  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodOverridden. Called when an arbitrary change occured in this node  
    Top
    See Also