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

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