ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LineDef Class / DashStyle Property

In This Topic
    DashStyle Property
    In This Topic
    Gets the System.Drawing.Drawing2D.DashStyle of the current LineDef.
    Syntax
    'Declaration
     
    Public ReadOnly Property DashStyle As System.Drawing.Drawing2D.DashStyle
    public System.Drawing.Drawing2D.DashStyle DashStyle {get;}
    See Also