XtraForm.ClearAcrylicAccent(ISupportDirectComposition) Method
Clears the Acrylic accent (a semi-partial transparent background) for a control that resides within the current form. The Acrylic accent is only supported for certain controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | DevExpress.Utils.DirectXPaint.DirectComposition.ISupportDirectComposition | The target control that supports the Acrylic accent. |
Remarks
See the XtraForm.EnableAcrylicAccent topic for more information.
See Also