Gets the percent of the current value, in relation to the scale's minimum and maximum values.
public Single Percent { get; }
Public ReadOnly Property Percent As Single
This property returns the percent of the current Value in relation to the scale's minimum (MinValue) and maximum (MaxValue) values.