Returns a FrameworkElement used to render this item in the DiagramView.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual FrameworkElement CreateRenderer ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateRenderer( _ |
Indicates whether the target view is currently active.
True to create light-weight renderer.
A FrameworkElement representing this item on screen.
RemarksDo not return a cached/shared FrameworkElement instance from this method, as the item could be displayed by multiple controls (DiagramView, Overview, LayerListView) and a FrameworkElement can have only a single parent element.
See Also