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

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