ComponentOne TileControl for WinForms
Modifying the Group’s Font Properties
TileControl for WinForms Task-Based Help > Modifying the Group’s Font Properties

To modify the Groups font properties complete the following:

  1. Right-click on the C1TileControl and select Properties.
  2. Locate the GroupFont property under the Groups node and click on the ellipsis button.
  3. Set the Font to Calisto MT, FontStyle to Bold, and Size to 20. Note that the GroupTextBold and GroupTextSize will override these settings so if you set the FontStyle to Bold, but the GroupTextBold is set to False then the Group will inherit the setting from the Group.TextBold property.
  4. Click OK to close and save the Font dialog box.
  5. Set the GroupTextSize to 16. Note that this property takes precedence over the Font Size property applied in the Font dialog box.

This topic illustrates the following: