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

FluentDesignForm.EnableAcrylicAccent Property

Gets or sets whether or not the AccordionControl associated with this FluentDesignForm should have a semi-transparent multi-layer background (Acrylic effect) and draw a soft light source that follows the mouse pointer (Reveal Highlight effect).

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
[DXCategory("Options")]
[Browsable(true)]
public override bool EnableAcrylicAccent { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if an Accordion control should use Acrylic and Reveal Highlight effects; otherwise, false.

Remarks

If the EnableAcrylicAccent property is enabled and the application runs under the Windows 10 build that supports Acrylic and Reveal Highlight effects, the form automatically employs the DirectX rendering.

Fluent Design Form - Reveal Highlight

Note

The Acrylic and Reveal Highlight effects are only available if the application runs under Windows 10 Version 1803 (OS build 17134) or newer.

See the Fluent Design Form document to learn more.

See Also