Enum UncheckedSymbol
Specifies a symbol that will be displayed when a CheckBoxObject is in the unchecked state.
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public enum UncheckedSymbol
Fields
Name | Description |
---|---|
BackSlash | Specifies a back slash symbol. |
Cross | Specifies a diagonal cross symbol. |
Minus | Specifies a minus symbol. |
None | Specifies no symbol. |
Slash | Specifies a slash symbol. |