A Visual that contains the item's adjustment handles.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public AdornerVisual Adorner { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Adorner As AdornerVisual |
An instance of the AdornerVisual class.
The adjustment handles are rendered in a separate visual so that they do not interfere with the item's geometry during hit-testing.
WpfDiagram Programmer's Guide | © 2024 MindFusion |