ClassSdtCheckBoxState
Class
Represents the state of a Structured Document Tag (SDT) checkbox in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SdtCheckBoxState
Inheritance: objectSdtCheckBoxState
Constructors
SdtCheckBoxState()
Declaration
cs-api-definition
public SdtCheckBoxState()
Properties
CharacterCode
Gets or sets the character code associated with the check box state in a structured document tag.
Declaration
cs-api-definition
[XamlSerializable]
public int CharacterCode { get; set; }
Property Value
The character code representing the current state of the check box.
Font
Gets or sets the font style for the check box state in a structured document tag.
Declaration
cs-api-definition
[XamlSerializable]
public FontFamily Font { get; set; }
Property Value
FontFamily
The font style associated with the check box state.