Enum CheckedSymbol
Specifies a symbol that will be displayed when a CheckBoxObject is in the checked state.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum CheckedSymbol
Fields
| Name | Description |
|---|---|
| Check | Specifies a check symbol. |
| Cross | Specifies a diagonal cross symbol. |
| Fill | Specifies a filled rectangle. |
| Plus | Specifies a plus symbol. |