Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / HatchBrush Class / BackColor Property

In This Topic
    BackColor Property (HatchBrush)
    In This Topic
    Gets or sets the color of spaces between the hatch lines drawn by this HatchBrush object.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    See Also