Category / Section
How to refresh stencil with new collection or symbol in WPF Diagram?
2 mins read
The SymbolSource property is the type of object, and it notifies the Stencil only new collection is assigned. It does not monitor add or remove, or any modification in the assigned collection. The stencil will get refreshed when a new collection is assigned to the SymbolSource property in the WPF Diagram(SfDiagram).
Refer to the following sample to refresh the stencil with a new collection or symbol.
I hope
you enjoyed learning how to refresh the stencil
with a new collection or symbol in WPF Diagram.
You can refer to our [WPF Diagram feature tour](https://www.syncfusion.com/wpf-controls/diagram) page to learn about its other groundbreaking feature representations and [documentation](https://help.syncfusion.com/wpf/diagram/getting-started), and how to quickly get started with configuration specifications. You can also explore our [WPF Diagram example](https://github.com/syncfusion/wpf-demos/tree/master/diagram) to understand how to create and manipulate data.
For current customers, you can check out our components from the [License and Downloads](https://www.syncfusion.com/sales/teamlicense) page. If you are new to Syncfusion®, you can try our 30-day [free trial](https://www.syncfusion.com/downloads/wpf) to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our [support forums](https://www.syncfusion.com/forums) or [feedback portal](https://www.syncfusion.com/feedback/wpf?control=diagram). We are always happy to assist you!
For current customers, you can check out our components from the [License and Downloads](https://www.syncfusion.com/sales/teamlicense) page. If you are new to Syncfusion®, you can try our 30-day [free trial](https://www.syncfusion.com/downloads/wpf) to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our [support forums](https://www.syncfusion.com/forums) or [feedback portal](https://www.syncfusion.com/feedback/wpf?control=diagram). We are always happy to assist you!