Skip to main content
All docs
V26.1
  • XtraForm.ApplyAcrylicAccent(ISupportDirectComposition) Method

    Applies the Acrylic accent (a semi-partial transparent background) to a control that resides within the current form. The Acrylic accent is only supported for certain controls.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    [CLSCompliant(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public void ApplyAcrylicAccent(
        ISupportDirectComposition control
    )

    Parameters

    Name Type Description
    control DevExpress.Utils.DirectXPaint.DirectComposition.ISupportDirectComposition

    The target control that supports the Acrylic accent.

    See Also