Gets or sets the form field's border.
            
 
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic PdfBorder Border { get; set; }Public Property Border As PdfBorder
	Get
	Set
Property Value
Type: 
PdfBorder Remarks
Remarks
            This property can not be changed if IsLocked is true.
            
 See Also
See Also