Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.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