ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSquareNote Class / Thickness Property

In This Topic
    Thickness Property (PdfSquareNote)
    In This Topic
    Gets or sets the thickness of the current note's border, in points. Valid values are in the range from 1 to 12 points. Default thickness is 1 point.
    Syntax
    'Declaration
     
    
    Public Property Thickness As Integer
    public int Thickness {get; set;}
    See Also