Themes, Windows UI controls new ways -DevExpress WPF v19.2

By DevExpress WPF Controls , you can create XAML application program has a strong foundation interactive features, these applications focus on contemporary customer needs and build solutions to support the next generation of touch. Whether it is an extension of Office productivity software products, or data-centric business intelligence products, can be achieved by DevExpress WPF controls. DevExpress WPF Controls v19.2 new release, the new version enhancements Themes, Windows UI controls, etc., please immediately download experience the latest version of Oh!
DevExpress WPF v19.2 full version download

Themes

Office 2019 high contrast theme

This release includes a new, high-contrast theme inspired by Microsoft Outlook:

DevExpress WPF Controls v19.2 new release

Palette theme Cache

Use v19.2 you can cache the current palette theme of the assembly, to load more quickly after the theme of the application is running. Theme class API allows you to specify the location of the cache files, and clear the cache if necessary.

Theme Designer - visual tree and the properties window

In v19.2, WPF Theme Designer introducing visual tree and the Properties window, new window so that you can more quickly find the UI elements and their property in XAML.

DevExpress WPF Controls v19.2 new release

Windows UI

Hamburger Menu - Enhanced UI

Hamburger Menu UI element now supports Reveal Highlight effect - one skin option, designed to mimic the appearance of the Windows UI applications. To activate the Reveal Highlight, enable HamburgerMenu.ShowRevealHighlightEffect option. When enabled, the selected Hamburger Menu items are displayed separated by a vertical line, as well as other project areas on its left side.

DevExpress WPF Controls v19.2 new release

Fluent Design - Reveal Highlight (CTP)

Now you can add the Reveal Highlight effect to any template WPF controls used in, RevealHighlightOptions class automatically "display hover" and "Show Border" effect on property values ​​'Background' and 'BorderBrush'.

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

Fluent Design - Acrylic Window (CTP)

Themed Window now supports the effect of Acrylic, Acrylic entire window (including the title bar) becomes translucent, thereby increasing the depth between application windows. AcrylicColor and AcrylicOpacity property allows you to specify the color and opacity Acrylic effects.

DevExpress WPF Controls v19.2 new release

Published 348 original articles · won praise 37 · views 630 000 +

Guess you like

Origin blog.csdn.net/AABBbaby/article/details/103902548