TrackValueFromPoint Method

Calculates the distance along the Thumb of a specified point along the track.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public virtual double ValueFromPoint(
	Point point
)

Parameters

point  Point
The specified point.

Return Value

Double
The distance between the Thumb and the specified pt value.

See Also