ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing.Drawing2D Namespace / DashCap Enumeration

In This Topic
    DashCap Enumeration
    In This Topic
    Specifies the type of graphic shape to use on both ends of each dash in a dashed line. It is a cross-platform version of System.Drawing.Drawing2D.DashCap.
    Syntax
    'Declaration
     
    Public Enum DashCap 
       Inherits System.Enum
    public enum DashCap : System.Enum 
    Members
    MemberDescription
    Flat 
    Round 
    Triangle 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashCap

    See Also