[]
        
(Showing Draft Content)

C1.WPF.Input.StopValue

StopValue Class

Specifies the value of a stop in C1StopsSlider.

Inheritance
StopValue
Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.dll
Syntax
public class StopValue : IComparable, INotifyPropertyChanged, ISpanFormattable, IFormattable

Constructors

Name Description
StopValue()

Properties

Name Description
Value

Gets or sets the value of a stop.

Methods

Name Description
CompareTo(object)
Equals(object)
GetHashCode()
ToString()
ToString(string, IFormatProvider)
TryFormat(Span<char>, out int, ReadOnlySpan<char>, IFormatProvider)

Events

Name Description
PropertyChanged

Called when a property changes.

Operators

Name Description
implicit operator double(StopValue)
implicit operator StopValue(double)