Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadStyle Class / NArrowheadStyle Constructor / NArrowheadStyle Constructor(ArrowheadShape,String,NSizeL,NFillStyle,NStrokeStyle)
arrow head shape
custom shape name
size
fill style
stroke style


In This Topic
    NArrowheadStyle Constructor(ArrowheadShape,String,NSizeL,NFillStyle,NStrokeStyle)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As ArrowheadShape, _
       ByVal customShapeName As System.String, _
       ByVal size As NSizeL, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle _
    )
    'Usage
     
    
    Dim shape As ArrowheadShape
    Dim customShapeName As System.String
    Dim size As NSizeL
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
     
    Dim instance As New NArrowheadStyle(shape, customShapeName, size, fillStyle, strokeStyle)

    Parameters

    shape
    arrow head shape
    customShapeName
    custom shape name
    size
    size
    fillStyle
    fill style
    strokeStyle
    stroke style
    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