Class CheckBoxProperties
Configures a structured document tag as an interactive check box with customizable checked and unchecked character glyphs.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class CheckBoxProperties : SdtProperties, ISdtProperties
Constructors
CheckBoxProperties()
Properties
Checked
Gets or sets whether the check box is in a checked state, determining which glyph and font are displayed.
Declaration
public bool? Checked { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
CheckedState
Gets or sets the character code and font used to render the check box when it is checked.
Declaration
public SdtCheckBoxState CheckedState { get; set; }
Property Value
|
SdtCheckBoxState
|
UncheckedState
Gets or sets the character code and font used to render the check box when it is unchecked.
Declaration
public SdtCheckBoxState UncheckedState { get; set; }
Property Value
|
SdtCheckBoxState
|