ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PenEx Class / LineJoin Property

In This Topic
    LineJoin Property (PenEx)
    In This Topic
    Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.
    Syntax
    'Declaration
     
    Public MustOverride Property LineJoin As LineJoin
    public abstract LineJoin LineJoin {get; set;}
    See Also