Back to Devexpress

PdfCheckBoxWidgetFacade.ButtonStyle Property

officefileapi-devexpress-dot-pdf-dot-pdfcheckboxwidgetfacade.md

latest1.5 KB
Original Source

PdfCheckBoxWidgetFacade.ButtonStyle Property

Specifies the shape of the marker that appears inside the check box when the user selects it.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAcroFormButtonStyle? ButtonStyle { get; set; }
vb
Public Property ButtonStyle As PdfAcroFormButtonStyle?

Property Value

TypeDescription
Nullable<PdfAcroFormButtonStyle>

An enumeration value that indicates the check box marker shape.

|

Available values:

NameDescription
Circle

Circle button style.

| | Check |

Check button style.

| | Star |

Star button style.

| | Cross |

Cross button style.

| | Diamond |

Diamond button style.

| | Square |

Square button style.

|

See Also

PdfCheckBoxWidgetFacade Class

PdfCheckBoxWidgetFacade Members

DevExpress.Pdf Namespace