Back to Devexpress

RevealHighlightOptions.BackgroundColor Attached Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-revealhighlightoptions-a986a2ad.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

See GetBackgroundColor(DependencyObject) and SetBackgroundColor(DependencyObject, Color).

Returns

TypeDescription
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

BorderColor

RevealHighlightOptions Class

RevealHighlightOptions Members

DevExpress.Xpf.WindowsUI Namespace