Skip to content

SignalXY_UI.MouseCoordinatesObs property

Defined in

Type: SignalXY_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; }

View source

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 associated resources. Assigning a new value may replace an existing subscription; ensure previous subscriptions are disposed if no longer needed.