ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LinesLayer Class / LineStyle Property

In This Topic
    LineStyle Property (LinesLayer)
    In This Topic
    Gets the default line style.

    Note: the set accessor is for serialization only, and should not be used directly.

    Syntax
    'Declaration
     
    Public Property LineStyle As InlineLineStyle
    public InlineLineStyle LineStyle {get; set;}
    See Also