ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextNote Class / BorderColor Property

In This Topic
    BorderColor Property (PdfTextNote)
    In This Topic
    Gets or sets the color of the border around the current PdfTextNote.

    The default border color is black.

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