Table of Contents

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

decimal

MinValue

The minimum value the setting can be set to. Used by the slider control.

decimal MinValue { get; }

Property Value

decimal