PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / 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