Class SdtCheckBoxState
Represents the state of a Structured Document Tag (SDT) checkbox in a document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtCheckBoxState : Object
Constructors
SdtCheckBoxState()
Declaration
public SdtCheckBoxState()
Properties
CharacterCode
Gets or sets the character code associated with the check box state in a structured document tag.
Declaration
[XamlSerializable]
public int CharacterCode { get; set; }
Property Value
System.Int32
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
[XamlSerializable]
public FontFamily Font { get; set; }
Property Value
System.Windows.Media.FontFamily
The font style associated with the check box state. |