Search
ItemLabel.UpdateValue Method
See Also
 





Called while drag operation is in progress.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void UpdateValue (
    PointF current
)

Visual Basic  Copy Code

Public Overridable Sub UpdateValue( _
    current As PointF _
)

 Parameters

current

A PointF specifying current position of mouse pointer.

 See Also