Class
SdtCheckBoxState

Defines the visual state of a check box content control, specifying the symbol character and font used for checked or unchecked appearance.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class SdtCheckBoxState

Inheritance: objectSdtCheckBoxState

Constructors

SdtCheckBoxState()

Initializes a new instance of the SdtCheckBoxState class with default symbol and font settings.

Declaration

cs-api-definition
public SdtCheckBoxState()

Properties

CharacterCode

Gets or sets the Unicode character code used to display the check box symbol.

Declaration

cs-api-definition
public int CharacterCode { get; set; }

Property Value

int

Font

Gets or sets the font family applied to the check box symbol character.

Declaration

cs-api-definition
public FontFamily Font { get; set; }

Property Value

FontFamily