Gets or sets the font used for rendering check boxes.

Syntax

public Font CheckBoxFont { get; set; }
Public Property CheckeBoxFont() As Font

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);
Dim DocumentController1 As TXTextControl.DocumentController = New TXTextControl.DocumentController
DocumentController1.CheckBoxFont = New System.Drawing.Font(New FontFamily("Symbol"), 1F)

Remarks

The default check box font is Wingdings.