Class
CheckBoxProperties

Represents the properties of a structured document tag of CheckBox type.

Definition

Constructors

CheckBoxProperties()

Initializes a new instance of the CheckBoxProperties class.

Declaration

cs-api-definition
public CheckBoxProperties()

Properties

Checked

Gets or sets a value that indicates whether the check box is checked.

Declaration

cs-api-definition
[XamlSerializable]
public bool? Checked { get; set; }

Property Value

bool?

CheckedState

Gets or sets the properties that describe the sdt when it is in unchecked state.

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public SdtCheckBoxState CheckedState { get; set; }

Property Value

SdtCheckBoxState

IsContentLocked

Gets a value that indicates whether the content can be modified.

Declaration

cs-api-definition
protected override bool IsContentLocked { get; }

Property Value

bool

Overrides SdtProperties.IsContentLocked

UncheckedState

Gets or sets the properties that describe the sdt when it is in checked state.

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public SdtCheckBoxState UncheckedState { get; set; }

Property Value

SdtCheckBoxState

Methods

GetBuilder(SdtRangeStart)

Provides an ISdtBuilder that generates the structured document tag's content.

Declaration

cs-api-definition
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)

Parameters

associatedSdt

SdtRangeStart

Returns

ISdtBuilder

Overrides SdtProperties.GetBuilder(SdtRangeStart)