XFINIUM.PDF.View.Win Documentation
CheckStyle Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualCheckWidget Class : CheckStyle Property
Gets or sets the style of the checked widget.
Syntax
'Declaration
 
Public Property CheckStyle As Xfinium.Pdf.Forms.PdfCheckStyle
'Usage
 
Dim instance As PdfVisualCheckWidget
Dim value As Xfinium.Pdf.Forms.PdfCheckStyle
 
instance.CheckStyle = value
 
value = instance.CheckStyle
public Xfinium.Pdf.Forms.PdfCheckStyle CheckStyle {get; set;}
public:
property Xfinium.Pdf.Forms.PdfCheckStyle CheckStyle {
   Xfinium.Pdf.Forms.PdfCheckStyle get();
   void set (    Xfinium.Pdf.Forms.PdfCheckStyle value);
}

Property Value

A Xfinium.Pdf.Forms.PdfCheckStyle that represents the style of the checked widget.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


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

PdfVisualCheckWidget Class
PdfVisualCheckWidget Members