Search
ItemPresenterEventArgs.ItemVisual Property
See Also
 





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

 Syntax

C#  Copy Code

public FrameworkElement ItemVisual { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemVisual As FrameworkElement

 Property Value

 See Also