Version

MinMaxConverter Class Members

The following tables list the members exposed by MinMaxConverter.

Public Constructors
 NameDescription
Public ConstructorMinMaxConverter ConstructorInitializes a new MinMaxConverter  
Public Properties
 NameDescription
Public PropertyMaxValueThe maximum value returned by the Convert method or null to not constrain the maximum.  
Public PropertyMinValueThe minimum value returned by the Convert method or null to not constrain the minimum  
Public Methods
 NameDescription
Public MethodConvertReturns a value between the MinValue and MaxValue  
Public MethodConvertBackReturns DependencyProperty.UnsetValue since this method is not supported.  
See Also