Crosshair_UI.MouseCoordinatesObs property¶
Defined in
Type: Crosshair_UI
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public IDisposable? MouseCoordinatesObs { get; set; }
Summary: Gets or sets the subscription used to observe mouse coordinate changes.
Returns: IDisposable?
Remarks
Dispose the returned object to stop receiving mouse coordinate updates and release resources associated with the observation.