Gets or sets the current value. This is a bindable property.
public double Value { get; set; }
member this.Value : double with get, set
A double.
Thank you.