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

In This Topic
    ForeColor Property (PdfCircleNote)
    In This Topic
    Gets or sets the foreground/line color of the current note. The default is black for text notes, red for all others.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also