windowsforms-devexpress-dot-utils-9bf905b9.md
Provides appearance options.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class AppearanceOptions :
BaseOptions
Public Class AppearanceOptions
Inherits BaseOptions
The following members return AppearanceOptions objects:
The AppearanceOptions class provides the Boolean options that determine which appearance settings should be used to paint an element. If an option is disabled, its corresponding property is not used. For example, if the AppearanceOptions.UseBackColor option is set to false , the AppearanceObject.BackColor property is not used. In this case, the element’s background color is specified by the control’s look and feel settings.
When an AppearanceObject’s style setting (for example, BackColor , ForeColor , Font and TextOptions.HAlignment ) is set to a non-default value, the corresponding Options.Use… option (for instance, Options.UseBackColor , Options.UseForeColor , Options.UseFont and Options.UseTextOptions ) is automatically set to true in the following cases:
In other cases, the Options.Use… options are not automatically enabled. You may need to enable these options manually for the style settings to be in effect.
For more information on appearances, see the Appearances document.
Object ViewStatePersisterCore BaseOptions AppearanceOptions AppearanceOptionsEx
HyperlinkLabelControlAppearanceOptions
See Also