Nevron .NET Vision
Nevron.NewGraphics Namespace / NPen Class / LineJoin Property


In This Topic
    LineJoin Property (NPen)
    In This Topic
    Gets or sets the line join of this stroke.
    Syntax
    'Declaration
     
    
    Public Property LineJoin As ENLineJoin
    'Usage
     
    
    Dim instance As NPen
    Dim value As ENLineJoin
     
    instance.LineJoin = value
     
    value = instance.LineJoin
    public ENLineJoin LineJoin {get; set;}
    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