XFINIUM.PDF.View.Wpf Documentation
BorderStyle Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualFieldWidget Class : BorderStyle Property
Gets or sets the widget border style.
Syntax
'Declaration
 
Public Property BorderStyle As Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle
'Usage
 
Dim instance As PdfVisualFieldWidget
Dim value As Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
public Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle BorderStyle {get; set;}
public:
property Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle BorderStyle {
   Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle get();
   void set (    Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle value);
}

Property Value

A Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle enum specifying the style of the widget border.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualFieldWidget Class
PdfVisualFieldWidget Members