Search
TreeItemEventArgs.Position Property
See Also
 






Gets the location related to the event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point Position { get; }

Visual Basic  Copy Code

Public ReadOnly Property Position As Point

 Property Value

A Point object.

 See Also