Back to Devexpress

RevealHighlightOptions Class

wpf-devexpress-dot-xpf-dot-windowsui-8e9ecf54.md

latest1.5 KB
Original Source

RevealHighlightOptions Class

Provides access to the Reveal effect options.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public static class RevealHighlightOptions
vb
Public Module RevealHighlightOptions

Remarks

You can add the Reveal effect to WPF control templates. To add the Hover Reveal effect and/or Border Reveal effect, use the Mode property. See the XAML snippet below.

xaml
<Border dxwui:RevealHighlightOptions.Mode="BackgroundAndBorder"
    dxwui:RevealHighlightOptions.BackgroundColor="{TemplateBinding Background}"
    dxwui:RevealHighlightOptions.BorderColor="{TemplateBinding BorderBrush}"
    dxwui:RevealHighlightOptions.BorderThickness="{TemplateBinding BorderThickness}" />

Inheritance

Object RevealHighlightOptions

See Also

RevealHighlightOptions Members

DevExpress.Xpf.WindowsUI Namespace