PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfCircleNote Class / FillColor Property

In This Topic
    FillColor Property (PdfCircleNote)
    In This Topic
    Gets or sets the fill (background) color of the current note.

    The default fill color is yellow for text, transparent for other note types.

    Syntax
    'Declaration
     
    
    Public Property FillColor As Color
    public Color FillColor {get; set;}
    See Also