ClassCheckBoxProperties
Class
Configures a structured document tag as an interactive check box with customizable checked and unchecked character glyphs.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class CheckBoxProperties : SdtProperties
Inheritance: objectSdtPropertiesCheckBoxProperties
Inherited Members
Constructors
CheckBoxProperties()
Initializes a new instance of the CheckBoxProperties class.
Declaration
cs-api-definition
public CheckBoxProperties()
Properties
Checked
Gets or sets whether the check box is in a checked state, determining which glyph and font are displayed.
CheckedState
Gets or sets the character code and font used to render the check box when it is checked.
Declaration
cs-api-definition
public SdtCheckBoxState CheckedState { get; set; }
Property Value
UncheckedState
Gets or sets the character code and font used to render the check box when it is unchecked.
Declaration
cs-api-definition
public SdtCheckBoxState UncheckedState { get; set; }
Property Value