ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LegendLayerStyleItem Class / LineThickness Property

In This Topic
    LineThickness Property
    In This Topic
    Gets or sets the line thickness used to draw line kind graphic shown by this legend item. Specify -1 to use the default.
    Syntax
    'Declaration
     
    Public Overrides Property LineThickness As Double
    public override double LineThickness {get; set;}
    See Also