Gets or sets the font used for rendering check boxes.

Syntax

public Font CheckBoxFont { get; set; }

Examples

The following examples sets a new check box font.

TXTextControl.DocumentController documentController1 = new TXTextControl.DocumentController();
documentController1.CheckBoxFont = new System.Drawing.Font(new FontFamily("Symbol"), 1f);

Remarks

The default check box font is Wingdings.