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

WorkspaceClickEventArgs.X Property

Gets/sets X coordinate of the mouse click.

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

Syntax

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

Property Value

X coordinate of the mouse click.

See Also

Reference