Class SdtCheckBoxState
Defines the visual state of a check box content control, specifying the symbol character and font used for checked or unchecked appearance.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtCheckBoxState
Constructors
SdtCheckBoxState()
Initializes a new instance of the SdtCheckBoxState class with default symbol and font settings.
Declaration
public SdtCheckBoxState()
Properties
CharacterCode
Gets or sets the Unicode character code used to display the check box symbol.
Declaration
public int CharacterCode { get; set; }
Property Value
|
System.Int32
|
Font
Gets or sets the font family applied to the check box symbol character.
Declaration
public FontFamily Font { get; set; }
Property Value
|
System.Windows.Media.FontFamily
|