Search
DrawBranchIndicatorEventArgs.Position Property
See Also
 





A Point specifying the position of the branch indicator.

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 Microsoft.Maui.Graphics.Point containing coordinates of the indicator.

 See Also