The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team May 18, 2004 01:32 PM UTC
Sejong,
There isn''t any way to access the control instance from the Diagram drawing entities. Essential Diagram uses the MVC architecture and the drawing objects are aware only of their Model, which in turn adheres to classic MVC requirements of remaining a true state engine and maintains no direct links to it''s viewport or controller.
While an option here would be for your application to subclass the Diagram.Model class, and provide it with a custom property that is set to reference the host Control during initialization, this approach would be contrary to one of the central tenets of MVC. Far as possible, I would recommend that you modify your design so that your Symbol objects operate independent of their host control.
Regards,
Prakash