Nevron Open Vision Documentation
Nevron.Nov.Diagram.Themes Namespace / NThemeArrowhead Class / ToArrowhead Method


In This Topic
    ToArrowhead Method
    In This Topic
    Create a NOV arrowhead from this theme arrowhead style.
    Syntax
    'Declaration
     
    
    Public Function ToArrowhead( _
       ByVal type As ENArrowheadType _
    ) As NArrowhead
    'Usage
     
    
    Dim instance As NThemeArrowhead
    Dim type As ENArrowheadType
    Dim value As NArrowhead
     
    value = instance.ToArrowhead(type)
    public NArrowhead ToArrowhead( 
       ENArrowheadType type
    )

    Parameters

    type
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also