Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadShapeStencil Class
Members


In This Topic
    NArrowheadShapeStencil Class
    In This Topic
    The NArrowheadShapeStencil class is a stencil, which holds the shapes of the arrowheads.
    Object Model
    NArrowheadShapeStencil Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.NArrowheadShapeStencil)>
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NDiagramElementContainerTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Class NArrowheadShapeStencil 
       Inherits NStencil
       Implements INContextMenuEditable, INDiagramElement, INDiagramElementComposite, INDiagramElementContainer, INMeasurements, INZOrderable, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INElementComposite, Nevron.Dom.INElementContainer, Nevron.Dom.INHistoryCallback, Nevron.Dom.INIdentifiable, Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.Dom.INServiceProvider, Nevron.Dom.INUniquelyIdentifiable, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NArrowheadShapeStencil
    [System.ComponentModel.ToolboxItem(false)]
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.NArrowheadShapeStencil)]
    [System.ComponentModel.Editor(Nevron.Diagram.Editors.NDiagramElementContainerTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public class NArrowheadShapeStencil : NStencil, INContextMenuEditable, INDiagramElement, INDiagramElementComposite, INDiagramElementContainer, INMeasurements, INZOrderable, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INElementComposite, Nevron.Dom.INElementContainer, Nevron.Dom.INHistoryCallback, Nevron.Dom.INIdentifiable, Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.Dom.INServiceProvider, Nevron.Dom.INUniquelyIdentifiable, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    A reference to the NArrowheadShapeStencil can be obtained from the ArrowheadShapeStencil property of each NDrawingDocument instance. During painting a reference to this class can be obtained from the ArrowheadShapeStencil field of the NPaintContext class.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NDiagramElementCollection
                Nevron.Diagram.NStencil
                   Nevron.Diagram.NArrowheadShapeStencil

    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