SdtCheckBoxState
Class
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:
C#
public class SdtCheckBoxState
Inheritance: objectSdtCheckBoxState
Constructors
Initializes a new instance of the SdtCheckBoxState class with default symbol and font settings.
C#
public SdtCheckBoxState()
Properties
Gets or sets the Unicode character code used to display the check box symbol.
C#
public int CharacterCode { get; set; }
Font
FontFamily
Gets or sets the font family applied to the check box symbol character.
C#
public FontFamily Font { get; set; }