GeoBlazor Pro


layout: pro title: CursorUpdateEventInfo parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

CursorUpdateEventInfo Class

This information is returned as toolEventInfo parameter for the create event when the user moves the cursor on the view while the graphic is being created.

public class CursorUpdateEventInfo : dymaptic.GeoBlazor.Pro.Model.ToolEventInfo

Inheritance System.Object 🡒 ToolEventInfo 🡒 CursorUpdateEventInfo

Properties

CursorUpdateEventInfo.Coordinates Property

An array of numbers representing the coordinates of the cursor location.

public double[] Coordinates { get; set; }

Property Value

System.Double[]

CursorUpdateEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String