Interface IPropertyDefinitionWithMinMax
- Namespace
- MCM.Abstractions
- Assembly
- MCMv5.dll
public interface IPropertyDefinitionWithMinMax
Properties
MaxValue
The maximum value the setting can be set to. Used by the slider control.
decimal MaxValue { get; }
Property Value
MinValue
The minimum value the setting can be set to. Used by the slider control.
decimal MinValue { get; }