Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / LineJoin Property


In This Topic
    LineJoin Property
    In This Topic
    Gets the join style for the ends of two consecutive lines drawn with this Pen.
    Syntax
    'Declaration
     
    
    Public Property LineJoin As LineJoin
    'Usage
     
    
    Dim instance As Pen
    Dim value As LineJoin
     
    instance.LineJoin = value
     
    value = instance.LineJoin
    public LineJoin LineJoin {get; set;}

    Property Value

    A LineJoin that represents the join style for the ends of two consecutive lines drawn with this Pen.
    See Also