Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NArrowhead Class / StrokeMode Property


In This Topic
    StrokeMode Property
    In This Topic
    Gets or sets the fill mode of the arrowhead. By default set to UseGeometryStrokeColor.
    Syntax
    'Declaration
     
    
    Public Property StrokeMode As ENArrowheadStrokeMode
    'Usage
     
    
    Dim instance As NArrowhead
    Dim value As ENArrowheadStrokeMode
     
    instance.StrokeMode = value
     
    value = instance.StrokeMode
    public ENArrowheadStrokeMode StrokeMode {get; set;}
    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