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


In This Topic
    Size Property (NArrowhead)
    In This Topic
    Gets or sets whether the size of the arrowhead needs to be autotically inflated with the geometry stroke width.
    Syntax
    'Declaration
     
    
    Public Property Size As ENArrowheadSize
    'Usage
     
    
    Dim instance As NArrowhead
    Dim value As ENArrowheadSize
     
    instance.Size = value
     
    value = instance.Size
    public ENArrowheadSize Size {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