ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / BackColor Property

In This Topic
    BackColor Property (PdfFieldBase)
    In This Topic
    Gets or sets the background color of the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    public Color BackColor {get; set;}
    See Also