Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / PolygonAnnotationBase Class / FillColor Property

In This Topic
    FillColor Property (PolygonAnnotationBase)
    In This Topic
    Gets or sets the interior color with which to fill the annotation's elements.
    Syntax
    'Declaration
     
    Public Property FillColor As System.Drawing.Color
    public System.Drawing.Color FillColor {get; set;}
    See Also