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

WorkspaceClickEventArgs.Y Property

Gets/sets Y coordinate of the mouse click.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.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