windowsforms-devexpress-dot-utils-ca08e0f8.md
Provides appearance options.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class AppearanceOptionsEx :
AppearanceOptions
Public Class AppearanceOptionsEx
Inherits AppearanceOptions
The following members return AppearanceOptionsEx objects:
The AppearanceOptionsEx class provides Boolean options that determine which appearance settings should be used to paint an element. This class is derived from the AppearanceOptions class and extends its functionality by introducing the AppearanceOptionsEx.HighPriority option which allows a higher priority to be specified for the appearance object.
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 and appearance options, see the Appearances document.
Object ViewStatePersisterCore BaseOptions AppearanceOptions AppearanceOptionsEx
See Also