ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorItemBase Class / StrokeLineJoin Property

In This Topic
    StrokeLineJoin Property (C1VectorItemBase)
    In This Topic
    Gets or sets the shape that join two lines.
    Syntax
    'Declaration
     
    Public Property StrokeLineJoin As PenLineJoin
    public PenLineJoin StrokeLineJoin {get; set;}
    Remarks
    The default value is PenLineJoin.Bevel.
    See Also