Back to Devexpress

IFlyoutDefaultProperties.Appearance Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutdefaultproperties-90c77b5a.md

latest2.1 KB
Original Source

IFlyoutDefaultProperties.Appearance Property

Provides access to base Flyout appearance settings.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
AppearanceObject Appearance { get; }
vb
ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores base Flyout appearance settings.

|

Remarks

If your Flyout contains a Document (see the Flyout.Document property), it automatically picks the background color to match the Document’s background color. If you specify the backcolor manually, this feature will not work and the Flyout will use this custom color (see the figure below).

Appearance settings common to all Flyouts within a View are specified via the IFlyoutProperties.Appearance property.

See Also

Appearance

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace