 | CheckboxCaptions Enumeration |
Represents the style of checkboxes and radiobuttons.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.68.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.68.2704
Syntaxpublic enum CheckboxCaptions
Public Enumeration CheckboxCaptions
public enum class CheckboxCaptions
public enum CheckboxCaptions
Patagames.Pdf.Enums.CheckboxCaptions = function();
Patagames.Pdf.Enums.CheckboxCaptions.createEnum('Patagames.Pdf.Enums.CheckboxCaptions', false);
Members
| Member name | Value | Description |
---|
| Check | 0 |
Check
|
| Circle | 1 |
Circle
|
| Cross | 2 |
Cross
|
| Diamond | 3 |
Diamond
|
| Square | 4 |
Square
|
| Star | 5 |
Star
|
See Also