Fig. 1 - Checkbox control
A simple checkbox with a label.
Properties that are common to this and many other controls are described in Common Properties.
Property | Description |
---|---|
Background | See Common Properties |
BorderBrush | Relates to the border of the checkbox. See Common Properties |
BorderThickness | Relates to the border of the checkbox. See Common Properties. The thickness is added to the outside of the box, so maximum value is not relative to width/ height. |
Content | The text of the checkbox label |
FontFamily | See Common Properties |
FontSize | See Common Properties |
FontStyle | See Common Properties |
FontWeight | See Common Properties |
Foreground | See Common Properties |
Height | See Common Properties |
isChecked | Whether or not the box is checked when the page is shown |
IsEnabled | See Common Properties |
Language | See Common Properties |
Margin | See Common Properties |
Name | See Common Properties |
TabIndex | See Common Properties |
Visibility | See Common Properties |
Width | See Common Properties |
See also the Selection and KeyedSelection controls.