ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word 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