CheckBoxProperties
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:
C#
public class CheckBoxProperties : SdtProperties
Inheritance: objectSdtPropertiesCheckBoxProperties
Inherited Members
Constructors
Initializes a new instance of the CheckBoxProperties class.
C#
public CheckBoxProperties()
Properties
Gets or sets whether the check box is in a checked state, determining which glyph and font are displayed.
C#
public bool? Checked { get; set; }
Gets or sets the character code and font used to render the check box when it is checked.
C#
public SdtCheckBoxState CheckedState { get; set; }
Gets or sets the character code and font used to render the check box when it is unchecked.
C#
public SdtCheckBoxState UncheckedState { get; set; }