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