Summary
Calculates the distance along the
Thumb
of a specified point along the
track.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Track
Syntax
public virtual double ValueFromPoint(Point point)
Parameters
Name | Type | Description |
---|---|---|
point | Point | The specified point. |
Return Value
Type | Description |
---|---|
double | The distance between the Thumb and the specified pt value. |