Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.29 KB

File metadata and controls

7 lines (4 loc) · 1.29 KB

How to load vector image as ribbon icon in WPF Ribbon control?

This sample show cases how to load vector images as ribbon icons in WPF Ribbon control for better icon quality.

The VectorImage and IconType properties are exposed by all button controls (RibbonButton, DropDownButton and SplitButton). You need to set IconType property as VectorImage and set the path data to VectorImage property to load vector image as icon for buttons in WPF Ribbon control.

KB article - How to load vector image as ribbon icon in WPF Ribbon control?