Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadShapeStencil Class
Properties Methods Events


In This Topic
    NArrowheadShapeStencil Class Members
    In This Topic

    The following tables list the members exposed by NArrowheadShapeStencil.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the whether the composite must automatically generate unique names for newly inserted nodes. Set this property to false if a large number of nodes is about to be inserted in the composite (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Diagram.NDiagramElement)
    Public PropertyUser defined name of the element (Inherited from Nevron.Diagram.NDiagramElement)
    Public PropertyGets/sets the element protection (Inherited from Nevron.Diagram.NDiagramElement)
    Public PropertyUser defined data associated with the element (Inherited from Nevron.Diagram.NDiagramElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Diagram.NDiagramElement)
    Public PropertyGets/sets the ZOrder of the node (Inherited from Nevron.Diagram.NDiagramNode)
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodAdds a child node (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodBrings the node one position forward in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodBrings the node to front position in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodDetermines whether the node is not already at front position (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodOverridden. Overriden to check whether the inserted node also implements the INBoundable and INStyle interfaces  
    Public MethodQueries whether the specified child node can be removed (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodDetermines whether the node is not already at back position (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodObtains the child nodes of this node (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodCreates an identical copy of this instance (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodCalled when the measurement unit of the measurements stored in this node have changed and all measurements must be converted to the new unit (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public Method (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodOverridden. Overriden to create the predefined arrowhead shapes  
    Public MethodObtains the descentant nodes of this node (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodEnumerates the known types, which can be instantiated and inserted to this composite at runtime (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodGets the attribute from its name (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodGets the name of the specified local attribute (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodGets the child node at the specified index (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodOverloaded. Gets the first child element with the specified name (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodObtains a child element by its id (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodObtains a child element by its unique id (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodObtains a element node by its id (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodObtains a child element by its unique id (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodOverloaded. Obtains a child node enumerator (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodGets a reference to a service of the specified type (Inherited from Nevron.Diagram.NStencil)
    Public MethodGets the index of the specified node in the container (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodInserts a child node at the specified index (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodDetermines whether the specified node is a child node for this container (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodCalled by attributes when an attribute has changed (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodCalled by attributes when an attribute property has changed (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodCalled by the attributes when an attribute property is changing (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodCalled to perform a history action (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodCalled when the history has modified the object state (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodCalled when the history is about to modify the object state (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodPaints an arrowhead appearance in the specified context  
    Public MethodPaints an arrowhead shadow in the specified context  
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodQueries for the next unique name, which will be assigned to the specified element if it is inserted to this composite (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodRemoves all children (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodRemoves the specified child node from the container children (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodRemoves the child node at the specified index (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodSends the node one position backward in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodSends the node to back position in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Diagram.NDiagramElement)
    Public MethodSets a new index of the specified child node (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodOverriden to return the element name (Inherited from Nevron.Diagram.NDiagramElement)
    Public Method (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Public MethodOverriden to update the references of all contained elements (Inherited from Nevron.Diagram.NDiagramElementCollection)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodCreates the predefined arrowhead shapes  
    Protected MethodCalled by verb commands to execute the specified verb (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodObtains the default value for the specified property (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodMeasures the specified length in device units (i.e. pixels) (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified length in world units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified size in pixels in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified pixels X size in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified pixels Y size in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified size in world units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified string in device units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified string in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified string in world units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely pauses the event sink service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodSafely pauses the smart paint service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodRecords an action (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodSafely records a custom operation in the history service to which the element is connected (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodSafely resumes the event sink service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodSafely resumes the smart paint service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Diagram.NDiagramElement)
    Protected MethodUpdates the node references to services (Inherited from Nevron.Diagram.NDiagramElement)
    Top
    Public Events
     NameDescription
    Public EventAttribute changed event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventAttribute property changed event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventAttribute property changing event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventProperty changed event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventProperty changing event (Inherited from Nevron.Diagram.NDiagramNode)
    Top
    See Also