Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NStroke Class / LineJoin Property


In This Topic
    LineJoin Property
    In This Topic
    Specifies how to join consecutive line or curve segments in polygons, polylines and graphics path figures.
    Syntax
    'Declaration
     
    
    Public Property LineJoin As ENLineJoin
    'Usage
     
    
    Dim instance As NStroke
    Dim value As ENLineJoin
     
    instance.LineJoin = value
     
    value = instance.LineJoin
    public ENLineJoin LineJoin {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