TrackValueFromDistance Method
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public virtual double ValueFromDistance(
double horizontal,
double vertical
)
Public Overridable Function ValueFromDistance (
horizontal As Double,
vertical As Double
) As Double
abstract ValueFromDistance :
horizontal : float *
vertical : float -> float
override ValueFromDistance :
horizontal : float *
vertical : float -> float
- horizontal Double
- The horizontal displacement of the thumb.
- vertical Double
- The vertical displacement of the thumb.
Double