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

In This Topic
    DashStyle Property (PenEx)
    In This Topic
    Gets or sets the style used for dashed lines drawn with this PenEx object.
    Syntax
    'Declaration
     
    Public MustOverride Property DashStyle As PenStyleEx
    public abstract PenStyleEx DashStyle {get; set;}
    See Also