Class CheckBoxProperties
Represents the properties of a structured document tag of CheckBox type.
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 a value that indicates whether the check box is checked.
Declaration
public bool? Checked { get; set; }
Property Value
System.Nullable<System.Boolean>
|
CheckedState
Gets or sets the properties that describe the SDT when it is in unchecked state.
Declaration
public SdtCheckBoxState CheckedState { get; set; }
Property Value
SdtCheckBoxState
|
UncheckedState
Gets or sets the properties that describe the SDT when it is in checked state.
Declaration
public SdtCheckBoxState UncheckedState { get; set; }
Property Value
SdtCheckBoxState
|
Methods
GetBuilder(SdtRangeStart)
Provides an ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
SdtRangeStart
associatedSdt
|
Returns
ISdtBuilder
|