ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / LineCap Enumeration

In This Topic
    LineCap Enumeration
    In This Topic
    Specifies the available cap styles with which a PenEx object can end a line.
    Syntax
    'Declaration
     
    Public Enum LineCap 
       Inherits System.Enum
    public enum LineCap : System.Enum 
    Members
    MemberDescription
    AnchorMaskSpecifies a mask used to check whether a line cap is an anchor cap.
    ArrowAnchorSpecifies an arrow-shaped anchor cap.
    CustomSpecifies a custom line cap.
    DiamondAnchorSpecifies a diamond anchor cap.
    FlatSpecifies a flat line cap.
    NoAnchorSpecifies no anchor.
    RoundSpecifies a round line cap.
    RoundAnchorSpecifies a round anchor cap.
    SquareSpecifies a square line cap.
    SquareAnchorSpecifies a square anchor line cap.
    TriangleSpecifies a triangular line cap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.LineCap

    See Also