Class CheckBoxState
Represents a checked state or unchecked state in the checkbox content control.
Inheritance
System.Object
CheckBoxState
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: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class CheckBoxState
Constructors
CheckBoxState()
Declaration
public CheckBoxState()
Properties
Font
Gets or sets a font name for the checked state or unchecked state of the checkbox content control.
Declaration
public string Font { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets a value represents symbol for the checked state or unchecked state of the checkbox content control.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |