Gets the root visual of the item's graphics representation. It is the result of DiagramItem.CreateRenderer, e.g. an instantiation of a data template.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public FrameworkElement ItemVisual { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ItemVisual As FrameworkElement |
See Also