Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / LegendLayerStyleItem Class / DashStyle Property

In This Topic
    DashStyle Property (LegendLayerStyleItem)
    In This Topic
    Gets or sets the line dash style used to draw line kind graphic shown by this legend item. If a layer or style is associated with this item, the value of this property is determined by it and cannot be changed.
    Syntax
    'Declaration
     
    Public Overrides Property DashStyle As DashStyle
    public override DashStyle DashStyle {get; set;}
    See Also