Gets or sets the color of the control background.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfColor BackgroundColor { get; set; }
VB
Public Property BackgroundColor As PdfColor
Get
Set
Property Value
Type:
PdfColorThe color of the control background.
Remarks
The value can be null if there is no background color specified for the control.
See Also