IFlyoutDefaultProperties.ActualAppearance Property
In This Article
Gets the common appearance settings used to paint the current Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
AppearanceObject ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Use the IFlyoutProperties.Appearance and IFlyoutDefaultProperties.Appearance properties to customize the Flyout appearance.
See Also