Skip to main content
A newer version of this page is available. .

Appearance Settings

  • 2 minutes to read

The Appearance mechanism lets you modify the appearance settings (background and foreground colors, gradient mode, font settings and text alignment) of controls. The Appearance mechanism is described in the Appearances document. This topic lists which properties you can use to customize the appearances of the controls and editors provided by the XtraEditors library.

For controls derived from the BaseStyleControl class use the BaseStyleControl.Appearance property to customize the appearance settings.

For editors derived from the BaseEdit class appearance settings can be accessed via the following properties:

To provide common appearance settings for a group of controls the Style Controller component can be used.

Note

Specific appearance settings are not in effect when the control is painted using the WindowsXP, Office2003 or Skin painting scheme. The current painting scheme is determined by the control’s LookAndFeel settings.

See Also