Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / PolyLineAnnotation Class / LineEndingsFillColor Property

In This Topic
    LineEndingsFillColor Property (PolyLineAnnotation)
    In This Topic
    Gets or sets the interior color with which to fill the annotation’s line endings. Note! This property is a same as PolygonAnnotationBase.FillColor.
    Syntax
    'Declaration
     
    Public Property LineEndingsFillColor As System.Drawing.Color
    public System.Drawing.Color LineEndingsFillColor {get; set;}
    See Also