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

In This Topic
    Thickness Property (PdfCircleNote)
    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