PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / Pen Class / LineJoin Property

In This Topic
    LineJoin Property
    In This Topic
    Gets or sets the style used to join lines drawn with this pen.
    Syntax
    'Declaration
     
    
    Public Property LineJoin As PenLineJoin
    public PenLineJoin LineJoin {get; set;}
    See Also