ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / BorderWidth Property

In This Topic
    BorderWidth Property (PdfFieldBase)
    In This Topic
    Gets or sets the width of the border around the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As FieldBorderWidth
    public FieldBorderWidth BorderWidth {get; set;}
    See Also