'Declaration
Public Property CheckStyle As PdfCheckStyle
'Usage
Dim instance As PdfCheckWidget Dim value As PdfCheckStyle instance.CheckStyle = value value = instance.CheckStyle
public PdfCheckStyle CheckStyle {get; set;}
public: property PdfCheckStyle CheckStyle { PdfCheckStyle get(); void set ( PdfCheckStyle value); }