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

In This Topic
    EndCap Property (PenEx)
    In This Topic
    Gets or sets the cap style used at the end of lines drawn with this PenEx object.
    Syntax
    'Declaration
     
    Public MustOverride Property EndCap As LineCap
    public abstract LineCap EndCap {get; set;}
    See Also