[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.DashCap

DashCap Enum

Specifies the type of graphic shape to use on both ends of each dash in a dashed line.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[CLSCompliant(true)]
public enum DashCap

Fields

Name Description
Flat

Specifies a square cap that squares off both ends of each dash.

Round

Specifies a circular cap that rounds off both ends of each dash.

Triangle

Specifies a triangular cap that points both ends of each dash.

Extension Methods