Skip to main content
All docs
V25.1
  • RevealHighlightOptions.BackgroundColor Attached Property

    Specifies the color of the reveal effect applied to the background. This is a dependency property.

    Namespace: DevExpress.Xpf.WindowsUI

    Assembly: DevExpress.Xpf.Controls.v25.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    Returns

    Type Description
    Color

    A System.Windows.Media.Color value.

    Remarks

    The Reveal effect paints the background with the radial gradient based on the BackgroundColor.

    The BackgroundColor property is only in effect if the Mode property is set to Background or BackgroundAndBorder.

    The BackgroundColor property accepts values in the ARGB format. Use the alpha channel to specify the transparency of the color. An alpha value of 255 indicates that the color is completely opaque, and a value of 0 indicates that the color is completely transparent.

    See Also