Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Pen Class / LineJoin Property

In This Topic
    LineJoin Property
    In This Topic
    Gets or sets the line join style specifies the shape to be used at the corners of paths that are stroked.
    Syntax
    'Declaration
     
    Public Property LineJoin As PenLineJoin
    public PenLineJoin LineJoin {get; set;}
    See Also