Skip to main content
A newer version of this page is available. .

RevealHighlightOptions.BorderColor Attached Property

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

Returns

Type Description
Color

A System.Windows.Media.Color value.

Remarks

The Reveal effect paints the borders with the radial gradient based on the BorderColor.

The BorderColor property is only in effect if the Mode property is set to Border or BackgroundAndBorder.

The BorderColor 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