Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FrameStyle Class / FillColor Property

In This Topic
    FillColor Property (FrameStyle)
    In This Topic
    Gets or sets the color to fill background of the inner area. The default is transparent.

    Ignored if the FillBrush property is set.

    Syntax
    'Declaration
     
    Public Property FillColor As System.Drawing.Color
    public System.Drawing.Color FillColor {get; set;}
    See Also