The DevExpress Image Gallery includes thousands of icons for use in your next WPF project. To better support high DPI monitors, our design team just added 1980 vector icons to the gallery.
New Collection of SVG Images
A cool feature of these vector images is that they can change colors based on your application theme. In case you’re curious how this works, the mechanism is described in our documentation.
Standalone Image Picker
The Image Gallery is only available for properties shown in Smart Tag menus. We now include a standalone Image Picker that you can launch from the DevExpress menu in Visual Studio.
The Image Picker helps you specify images for properties that are not included in Smart Tag menus, for controls that are not visible in the designer, or for code-behind.
<Stylex:Key="OpenFileBarButtonItemStyle"
TargetType="dxb:BarButtonItem">
<SetterProperty="Command"Value="{Binding OpenFileCommand}"/>
<SetterProperty="Glyph"
Value="{dx:DXImage SvgImages/Actions/Open.svg}"/>
</Style>
window.Icon = newBitmapImage(
newURI("pack://application:,,, [...] ColorMixer_32x32.png"));
Your Feedback Is Welcome
Please feel free to leave comments below if you have any thoughts about the new SVG images or the standalone Image Picker. Your feedback is important to us!