ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationLine Class / Color Property

In This Topic
    Color Property (AnnotationLine)
    In This Topic
    Gets the color of the AnnotationLine.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Color As Color
    public override Color Color {get;}

    Property Value

    The color is used to fill the annotation object.
    See Also