Rectangle.FillColor Property
Gets or sets the Color object to use for the fill of the rectangle.
public Color FillColor { get; set; }
Public Property FillColor As Color
Property Value
Licensing Info
This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
To force no color to appear in the rectangle (only borders) set the fill color to null (Nothing in Visual Basic).