Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NUMLClassDiagramClassShape Class


In This Topic
    NUMLClassDiagramClassShape Class Methods
    In This Topic

    For a list of all members of this type, see NUMLClassDiagramClassShape members.

    Public Methods
     NameDescription
    Public MethodAccumulates the aggregated nodes to the specified list (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Accumulates the children of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Accumulates the descendants of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodAppends the displayable children of the node to the provided list. (Inherited from Nevron.Nov.Diagram.NGroup)
    Public MethodAccumulates the nodes that are exposed by properties of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodAppends the specified node to the end of the list of children of this node. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Appends an event handler, which is triggered during the AtTarget/Bubbling phase (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodSets the left-top corner of the shape Alignment Box in page coordinates to be the specified point. This method is internally performing a translation of the shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Transforms a point in the specified ancestor coordinates to local coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodAppends custom context menu items. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodAssigns the next document Id to this element. Use this method to generate an element Id, before it is registered in the specified document. Throws an expection if the element is already added to a document or the provided document is null. When an element Id is assigned to an element, it is a resposibility of the caller to ensure that the element is added to the elements subtree of the document for which the id was assigned. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodDetermines whether hatch transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodDetermines whether shadow transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodDetermines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodDetermines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture. (Inherited from Nevron.Nov.UI.NInputElement)
    Public Method (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets whether the visual can provide a clip for its children. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodDetermines whether this element can be focused. By default the element can be focused if it is enabled and allows focus. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodQueries whether the specified node can be inserted at the specified index (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodDetermines whether this document node can possibly record history for property changes, child changes and fx changes. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public Method (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodQueries whether the node at the specified index can be removed. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodQueries whether the specified node can be set at the specified named slot (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverriden to return true (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodAttempts to force capture of the mouse to this input target (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodAttempts to force capture of the touch to this input target (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodClears the local value for the specified property. Has no effect on properties backed by member. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodClears the expression (if any) and the local value of the specified property and returns true on success. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodReturns true if the node contains the specifeid event handler for the specified dom event (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets whether the node contains a local value setting for the specified property (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Creates an identical copy of this node subtree. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodPerforms a deep copy of the properties and children of the specified source node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodPerforms deep equals of this node object in the specified context and returns true if the given object is a node and its properties and children are equal to those of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public Method (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodPerforms the element post children paint. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodPerforms the element pre children paint. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodTransforms a point in page coordinates to local coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodConverts a point in drawing coordinates to the shape parent coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodOverriden to seal the Equals overridable method and to check the nodes for reference equality. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodAttempts to focus the keyboard on this input target (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodOverriden to return the group abilities. (Inherited from Nevron.Nov.Diagram.NGroup)
    Public MethodGets a list of the accessible shapes (e.g. NeighbourShapes + the accessible shapes of the neighbour shapes) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Gets the nodes aggregated by this node (e.g. both children and property nodes) (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets information about the way in which the node is currently aggregated in its parent (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the alignment box of the shape. For a 2D shape this is the bounds of the shape box projection in page coordinates. For a 1D shape this is the bounds of the shape end-points projection in page coordinates. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the alignment box of the shape. For a 2D shape this is the bounds of the shape box projection in parent coordinates. For a 1D shape this is the bounds of the shape end-points projection in parent coordinates. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the ancestor of this node that is the specified levels-up from this ancestor. 0 is the node itself, 1 is ParentNode, 2 is the ParentNode.ParentNode etc. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the begin point of the shape (in parent coordinates) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the begin point of the shape in drawing coordinates (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the begin point of the shape in page coordinates (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the child node at the specified index. Throws an exception, if the index is out of range. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets a list that contains the children of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the clip that needs to be applied on the visual children (in local coordinates). Valid only if CanClipChildren() returns true. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodOverloaded. Get the count of child nodes (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets a child node iterator, which iterates through this node children in forward order (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the shape clipping path. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodDetermines the depth of the node from the specfified ancestor (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodDetermines the depth of the node from the root. The root is at depth 0. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets a list, which contains the descendants of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Returns the number of descendant nodes. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets a list of the destination shapes (e.g. the shapes which are connected to the end plug of outgoing shapes). (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the current display bounds of this shape. (Inherited from Nevron.Nov.Diagram.NGroup)
    Public MethodGets the display bounds of the shape in page coordinates. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the transformation from local to drawing coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodGets the end point of the shape (in parent coordinates) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the end point of the shape in drawing coordinates (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the end point of the shape (in page coordinates) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Returns the first node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the first child node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the first ancestor, which is an ancestor of this node and the specified node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the first descendant node of the given schema. This method visits descendants in Depth-First Pre-Order. Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets a list of the shapes to whose inward ports, the plugs of this shape are connected (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Gets the expression for the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodOverriden to seal the GetHashCode and return the default implementation. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the visual that serves as hatch anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodGets a list of the 1D shapes whose end plug is connected to an inward port of this shape (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Returns the last node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the last child node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the last descendant node of the given schema. This method visits descendants in Depth-First Post-Order. Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the local value of the specified property (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the local pin point position (in local coordinates). (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSafely gets the owner document media. If the document node is not registered in a document returns null. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public MethodGets a list of shapes which will be moved when this shape is moved. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the union of the Source and Destination shapes. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the next sibling node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets a list of the 1D shapes whose start plug is connected to an inward port of this shape (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the transformation from local to page coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodDetermines whether the 2D painting of the object can be cached. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the parent transform to page coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodReturns the path from the node to the specified ancestor. The returned path has a root-to-leaf order, meaning that ancestor nodes appear before descendant nodes in the list order. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the shape permissions mask (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the pin point position (in parent coordinates). (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the pin point position in page coordinates. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the pin point position (in local coordinates) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the first port with the specified name. Returns null if no such port exists. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets a list of the predecessor shapes (e.g. SourceShapes + the predecessor shapes of the source shapes) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the previous sibling node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets a list of the nodes, which are exposed as property values (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the item protection mask, which defines the set of item abilities that is not permitted to the user. (Inherited from Nevron.Nov.Diagram.NDiagramItem)
    Public MethodGets a list of the 1D shapes whose start and end plugs are connected to inward port(s) of this shape (e.g. 1D shapes, which start and end in this shape) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the resolution with which this visual is rendered (in DPI) (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodGets a child node iterator, which iterates through this node children in reverse order (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the visual that serves as shadow anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodGets the shape style to apply to this styleable element. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets a list of the shapes, which consider this shape as master (i.e. are glued in a master-slave manner) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the snapped box direction (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets a list of the source shapes (e.g. the shapes which are connected to the start plug of incoming shapes). (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets a list of the successor shapes (e.g. DestinationShapes + the successor shapes of the destination shapes) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets or sets the input target tab navigation index (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodHelper method that gets a NTableBlock object (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodHelper method that gets a NTextBlock object (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the text block content without creating a text block if it not already created (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the text selection (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the theme properties to use for styling this styleable element. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the matrix that transforms local to parent coordinates. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets a transformation for converting local coordinates to the specified ancestor coordinates (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodOverloaded. Gets the current computed value of the specified property. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodGets the box formed by the shape Width and Height (in shape local coordinates) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the box formed by the shape Width and Height, projected to the shape parent coordinates. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Glues (connects) the begin point of this shape to a factor location on the specified FROM shape geometry contour. 0 is the begin of the countour, 1 is the end of the contour. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues (connects) the begin point of this shape to the intersection point between the vector formed by the FROM shape center and the begin-point direction vector and the FROM shape geometry. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the begin point of the shape to the vertex of the specified geometry command. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the begin point of this shape to the nearest port of the specified FROM shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the begin point of this shape to the specified port (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the begin point to the specified shape. The type of glue that is performed depends on the shape.DefaultShapeGlue property. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the begin point of the shape to a point defined by factors in the specified FROM shape box. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues (connects) the begin point of this shape to the intersection point between the vector formed by the FROM shape center and the begin-point direction vector and the FROM shape Width/Height box. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the begin point of the shape to a factor location along the FROM shape line. 0 is the begin of the line, 1 is the end of the line. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Glues (connects) the end point of this shape to a factor location on the specified TO shape geometry contour. 0 is the end of the countour, 1 is the end of the contour. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues (connects) the end point of this shape to the intersection point between the vector formed by the TO shape center and the end-point direction vector and the TO shape geometry. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the end point of the shape to the vertex of the specified geometry command. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the end point of this shape to the nearest port of the specified TO shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the end point of this shape to the specified port (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the end point to the specified shape. The type of glue that is performed depends on the shape.DefaultShapeGlue property. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the end point of the shape to a point defined by factors in the specified TO shape box. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues (connects) the end point of this shape to the intersection point between the vector formed by the TO shape center and the end-point direction vector and the TO shape Width/Height box. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues the end point of the shape to a factor location along the TO shape line. 0 is the begin of the line, 1 is the end of the line. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGlues (connects) a port of this shape to a port of the master shape. This type of glue translates the shape to match the port locations, and rotates the shape to match the port directions. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Hit tests a group by point. (Inherited from Nevron.Nov.Diagram.NGroup)
    Public MethodGets the index of the specified child node in this node children container. Returns -1 if the node is not a child of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodHelper method for setting up a 1D shape. Sets the ShapeType to 1D.

    If xformType is Vector, the shape transform is initialized as a vector connecting the begin and end points, such that: Binds the Width to the distance between the Begin and End points. Binds the Angle to the angle formed by the line connecting the Begin and End points and the X axis. Binds the PinX and PinY to the middle point of the line connecting the Begin and End points. Binds the LocPinX and LocPinY to the center of the shape local alignment box.

    If xformType is Box, the shape transform is initialized as a vector connecting the begin and end points, such that: Binds the Width to the X distance between the Begin and End points. Binds the Height to the Y distance between the Begin and End points. Sets the angle to zero. Binds the PinX and PinY to the middle point of the line connecting the Begin and End points. Binds the LocPinX and LocPinY to the center of the shape.

    (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodHelper method that sets the ShapeType to Shape2D and places the local pin point inside the center of the shape Width and Height (via expressions). Additionally, if the shape was previously a Shape1D, this method unglues the Begin and End points and destroys any expressions associated with the shape Angle, Width, Height, PinX and PinY properties. ShapeType = ENShapeType.Shape2D; SetFx(NShape.LocPinXProperty, new NShapeWidthFactorFx(0.5f)); SetFx(NShape.LocPinYProperty, new NShapeHeightFactorFx(0.5f)); (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodInserts the specified node at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodInvalidates the element layout (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodInvalidates the display of the node. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodInvalidates the display transform of the node. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodDetermines whether the specified node is a child node of this node. Note that although the node ParentNode may be this node, this node may not consider the node as child, if it is exposed by a property. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Determines whether this node is a descendant of the specified ancestor (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodQueries whether the node is an instance of the specified schema. (i.e. whether the node schema is equal to the specified schema, or is its ancestor). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets whether the input target is included in the tab navigation. This implementation returns the TabStop property value. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodOverloaded. Transforms a point in local coordinates to the specified ancestor coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodTransforms a point in local coordinates to drawing coordinates. (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodTransforms a point in local coordinates to page coordinates. (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodOverloaded. Transforms a point in local coordinates to the coordinates of its parent coordinate system (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodMoves the text block of the shape below it. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodMoves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the current thread. Call this method when the node has been constructed on another thread, but will continue to be used on the current thread. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodMoves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the specified thread. Call this method when the node has been constructed on the current thread, but will continue to be used on the specified thread. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodTransforms a point in page coordinates to local coordinates. (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodConverts a point in page coordinates to the shape parent coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodConverts a point in shape parent coordinates to page coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodOverloaded. Transforms a point in parent coordinates to local coordinates (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodConverts a point in shape parent coordinates to page coordinates (Inherited from Nevron.Nov.Diagram.NPageItem)
    Public MethodRaises the QueryShowAutoConnectButton event (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodReleases the mouse capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodReleases the touch capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodRemoves all child nodes of this node. Works for both collection and container node. In the case of container nodes where a child may be set as non-nullable, throws an exception. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Removes all normal (attarget/bubbling) or sinking event handlers (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodRemoves the specified child node. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodRemoves the child node at the specified index. Throws an expection if index if out of range. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling phase and the default group. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Resizes the shape box by setting the specified value to the box point corresponding to a compass direction. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodRotates the shape with the specified angle amount. Internally this method calls SetAngle with a value equal to Angle + angle. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSets the shape angle relatively to its parent (i.e. Page or Group). This operation unglues the shape from its master (if any). If the shape is inside the page, this method sets a constant value to the Angle property. If the shape is inside a group, this method also updates the expressions of the Width and Height properties, depending on the ResizeInGroup setting. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Sets the arrange slot of the shape and positions it into it taking into account the horizontal and vertical placement specified in the LayoutData. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSets a constant begin point of the shape (in parent coordinates). This implementation Unglues the begin point. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Sets the bounding box the shape to be the specified rectangle (in parent coordinates). (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSets the child instance at the specified child slot. Throws an exception, if this node is not a container node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodSets(substitudes) the child at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodSets a constant end point of the shape (in parent coordinates). This implementation Unglues the end point. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Sets the expression to the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodOverloaded. Sets the expression to the self property with the specified name by force. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodSets the shape Height. If the shape is inside a group, this method updates the expression for shape Height. If the shape is inside a page, this method sets a constant value to the shape Height. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSets a local value for the specified property. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Sets the local pin point position (in local coordinates). By default the local pin point is specified relatively to the shape width and height. This implementation sets proportional expressions to the LocPinX and LocPinY properties. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Sets the pin point position (in parent coordinates). This operation unglues the shape from its master (if any). If the shape resides in a group, the Pin is expressed as factor expressions of the group dimensions. If the shape resides in a page, the Pin is set to constant values. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSets the protection properties of this item to reflect the specified protection mask. (Inherited from Nevron.Nov.Diagram.NDiagramItem)
    Public MethodOverloaded. Sets the shape property with the given name. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSets a value for the specified property. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodSets the shape Width. If the shape is inside a group, this method updates the expression for shape Width. If the shape is inside a page, this method sets a constant value to the shape Width. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodShows the shape properties dialog (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodSplits this shape with the given 2D shape. Works only if this shape is a splittable 1D shape (Splittable = true) and the given 2D shape can split shapes (CanSplit = true). (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Starts inplace editing for this shape, by showing the inplace editor of the shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodGets the string representation of the shape (Inherited from Nevron.Nov.Diagram.NDiagramItem)
    Public MethodTranslate this item with the specified amounts. For 2D shapes this method translates the PinPoint, For 1D shapes this method translates the BeginPonit and EndPoint of the shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodTranslates a 1D shape, by offseting the begin and end points of the shape. The modification of both the begin and end points of the shape is optional. Throws an exception if this is not a 1D shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodTranslates a 2D shape, by offseting the PinPoint with the specified amounts. Throws an exception if this is not a 2D shape. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodTries to get the specified shape bounds (in shape coordinates) (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Tries to get the value of the specified property for the this shape by converting the variant value of the property to the given type. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodOverloaded. Glues the begin or end point of the shape to a snap point result. Returns true, if successfully glued to a port, shape or geometry. Otherwise returns false. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodTries to transform a point in local coordinates to screen coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodTries to transforms a point in screen coordinates to the local coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodDestroys the shape begin glue, end glue and master glue, if any. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodUnglues the begin point (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodUnglues the end point (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodUnglues this shape from the specified incomming shape. If the specified shape is not an incomming shape, does nothing. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodUnglues (disconnects) the outward connection of this shape if any. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodUnglues this shape from the specified outgoing shape. If the specified shape is not an outgoing shape, does nothing. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodUpdates the Width and Height box of the shape to encompass the geometry and inner shapes of the shape. This operation should be carefully used, since it refactors the geometry expressions to be proportional to the new shape bounds. (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodCalled to layout the element (Inherited from Nevron.Nov.Diagram.NShape)
    Public MethodValidates the display of the node. This implementation forwards the call to the owner display window, if any. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodCalled to propagate the display traversal to the specified child node. This implementation directly calls the VisitDisplaySubtree method of the child node. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodVisits the display subtree of the element with the specified visitor (Inherited from Nevron.Nov.Dom.NVisual)
    Top
    Protected Methods
     NameDescription
    Protected MethodAborts the inplace editing (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodLayouts the content of the element inside the specified content area (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCommits the last started transaction in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodCommits the inplace editing of the specified editor. Note that the editor must be created by this shape's CreateInplaceEditor method. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled by ConsumeValueEffect, when the flags contain a Custom property flag. (Inherited from Nevron.Nov.Dom.NElement)
    Protected Internal MethodConsumes the value effect, defined by the specified property flags. This method may be called for a single or mutliple computed value changes. In the multiple changes case, the flags of the individual properties are combined with bitwise OR. (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCreates the action commands - Flip HV/Rotate. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodOverridden. Creates custom commands.  
    Protected MethodCreates the View menu item, that contains formatting commands like Fill, Stroke and Shadow. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCreates the Format Text menu item, that contains formatting commands like Fill, Stroke and Shadow. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled to create a default geometry. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled to create a default image block. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCreates the inplace edit control that this shape must use. This implementation creates a text box that is sized to the text block and positioned to the text block pin. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCreates and initializes the content of the scpecified inplace editor. This implementation creates a text box. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled to create the default shape style. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled to create a default text block. (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled to perform the actual deep copying of the source node. (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodSafely evaluates the document in which this document node resides. If the document node does not reside in a document, does nothing. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodInvalidates the arrange of the element arrange parent. This implementation calls the InvalidateArrangeFromChild method of the first ancestor element that implements the INArrangeElementParent interface. (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodInvalidates the display of element display parent(s). (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodInvalidates the measure of the element measure parent. This implementation calls the InvalidateMeasureFromChild method of the first ancestor element that implements the INMeasureElementParent interface. (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodSafely checks whether the document effective history service is currently undoing or redoing an operation. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.UI.NInputElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method  
    Protected MethodMeasures the desired size of the element content (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal MethodOverridden.   
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected Internal MethodNotifies the aggregated nodes of this node tht the effective resolution has changed. (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodUpdates any references or cache related to the visitor of the node ancestors (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when an owned attribute has changed. (Inherited from Nevron.Nov.Dom.NElement)
    Protected Internal MethodCalled when the BeginPointGlue has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when an arbitrary mutation has occurred in this node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child node has been inserted (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when a child node is about to be inserted at the specified index. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child node has been removed (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when a child node is about to be removed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodUpdates any references or cache related to the visitor of the node children (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when the shape behavior has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected Internal MethodCalled whenever the geometries count or properties have changed. Raises the ControlsChanged event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled after the node is deeply copied from the specified source node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled before the node is deeply copied for deep cloning from the specified source node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the node is deserialized (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when the Disabled property is set to true. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragDropEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragEnterEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragInEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragLeaveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragOutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragOverEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the effective resolution of the document changed. (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled when the Disabled property is set to false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected Internal MethodCalled when the BeginGlue or EndGlue has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled whenever the geometries count or properties have changed. Raises the EndPoints event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodDefault handler for the NKeyboard.FocusInEvent event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodDefault handler for the NKeyboard.FocusOutEvent event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when the expression associated with a property has changed (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled when the expression associated with a property is changing (Inherited from Nevron.Nov.Dom.NElement)
    Protected Internal MethodCalled whenever the geometry has changed. Raises the GeometryChanged event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodDefault handler for the NKeyboard.GotFocusEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.GotCaptureEvent events (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.GotCaptureEvent events (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.InputCharEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.KeyDownEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.KeyUpEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.LostFocus event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.LostCaptureEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.LostCaptureEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected Internal MethodCalled when the MasterElementRef property has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodDefault handler for the NMouse.CaptureInEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.CaptureOutEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.DownEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.EnterEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.InEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.LeaveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.MoveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.OutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.UpEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.WheelEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodOverridden. Called when the name has changed.  
    Protected MethodCalled when the reference to the owner library item has changed. (Inherited from Nevron.Nov.Diagram.NPageItem)
    Protected MethodCalled when the owner page of the shape has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected Internal MethodOverriden to notify the grouped shapes that their page transform has also changed (Inherited from Nevron.Nov.Diagram.NGroup)
    Protected MethodCalled when the node parent has changed. Raises the ParentChangedEvent. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the parent of the node is about to be changed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected Internal MethodCalled whenever the ports count or ports properties have changed. Raises the PortsChanged event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodPerforms the element post-children custom paint. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodPerforms the element pre-children custom paint. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when the local value of a property is about to be changed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the local and/or computed value of a property has changed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a shape protection has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled after the document node is registered in its owner document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodCalled when the resolution of the display surface to which this visual belongs to has changed. (Inherited from Nevron.Nov.Dom.NVisual)
    Protected MethodCalled when the node is being serialized (Inherited from Nevron.Nov.Dom.NNode)
    Protected Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Protected Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Protected Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Protected Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Protected MethodCalled when the ShapeType has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled when the ShowHandles has changed. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled whenever the Width or Height properties have changed. Raises the SizeChanged event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled whenever the Width or Height properties are about to change (Inherited from Nevron.Nov.Diagram.NShape)
    Protected Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodDefault handler for the NTouch.CaptureInEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.CaptureOutEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.DownEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.EnterEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.InEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.LeaveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.MoveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.OutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.UpEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the transformation from local to parent coordinates of this shape has changed. Raises the transform changed event. (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodCalled after the document node is unregistered from its owner document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodPauses the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodRaises the build context menu event (Inherited from Nevron.Nov.Diagram.NDiagramItem)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodQueries whether handled drag drop should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled drag over should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled input char should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled key down should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled key up should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse down should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse move should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse up should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse wheel should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled touch down should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled touch move should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled touch up should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodRecords the state of the specified field in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodRecords the state of the specified fields in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodRecords a history unit in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodCalled when the input element receives a chance to request a cursor. This implementation requests the Cursor property. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the input element is disabled and receives channce to request a disabled cursor. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the input element is disabled and receives channce to request a disabled tooltip. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the input element receive a chance to request a tooltip. This implementation requests the Tooltip property. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodResumes the owner document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodRolls back the last started transaction in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodStores the expression in the internal expressions store (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodDetermines whether the properties menu item needs to be created (Inherited from Nevron.Nov.Diagram.NPageItem)
    Protected MethodDetermines whether the visitor needs to visit this displayable branch. (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Protected MethodOverloaded. Starts a new transaction, in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodFocuses the inplace editor content (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NDiagramItem)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Diagram.NShape)
    Internal Method (Inherited from Nevron.Nov.Diagram.NGroup)
    Top
    See Also