Circle.FillColor Property

Gets or sets the Color object to use for the fill of the circle.

public Color FillColor { get; set; }
Public Property FillColor As Color

Property Value

Color

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

To force no color to appear in the rectangle (only borders) set the fill color to null (Nothing in Visual Basic).

See Also

Circle
ceTe.DynamicPDF.PageElements

In this topic