ComponentOne Reports for WPF
C1.C1Preview Namespace / LineDef Class / BackColor Property

In This Topic
    BackColor Property (LineDef)
    In This Topic
    Gets the the background color of spaces between the dashes of a dashed line. Not used if DashStyle is System.Drawing.Drawing2D.DashStyle.Solid.
    Syntax
    'Declaration
     
    Public ReadOnly Property BackColor As Color
    public Color BackColor {get;}
    See Also