ContentControlPropertiesCheckedSymbol Property |
Gets a symbol that will be used if a CheckBox is checked.
This property is applicable when the parent Content Control type is
CheckBox.
Namespace:
GemBox.Document.CustomMarkups
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic CheckBoxSymbol CheckedSymbol { get; }
Public ReadOnly Property CheckedSymbol As CheckBoxSymbol
Get
Property Value
Type:
CheckBoxSymbol
The symbol that will be used if a CheckBox is checked.
See Also