Skip to main content
All docs
V26.1
  • CheckBoxWidgetAnnotation.ButtonStyle Property

    Gets or sets the shape of the marker that appears inside the checkbox when a user selects it.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FormFieldButtonStyle ButtonStyle { get; set; }

    Property Value

    Type Description
    FormFieldButtonStyle

    The check box marker shape.

    Available values:

    Name Description
    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