This documentation is for the old version. Go to the latest Graphics Mill docs

ImageClickEventArgs.Y Property

Gets/sets y-coordinate of the mouse click.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
Public ReadOnly Property Y As Double
C#
public double Y { get; }

Property Value

y-coordinate of the mouse click.

See Also

Reference