Class SdtCheckBoxState
Represents a class that defines the state of a check box structured document tag.
Inheritance
System.Object
SdtCheckBoxState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtCheckBoxState
Constructors
SdtCheckBoxState()
Declaration
public SdtCheckBoxState()
Properties
CharacterCode
Gets or sets the value that indicates which predefined character will be used to represent the check box.
Declaration
public int CharacterCode { get; set; }
Property Value
System.Int32
|
Font
Gets or sets the value that indicates which font will be used to visualize the check box.
Declaration
public FontFamily Font { get; set; }
Property Value
System.Windows.Media.FontFamily
|