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

In This Topic
    DashCap Property (PenEx)
    In This Topic
    Gets or sets the cap style used at the beginning and the end of the dashes that make up dashed lines drawn with this PenEx object.
    Syntax
    'Declaration
     
    Public MustOverride Property DashCap As DashCap
    public abstract DashCap DashCap {get; set;}
    See Also