Table of Contents

Class PropertyDefinitionWithMinMaxWrapper

Namespace
MCM.Abstractions.Wrapper
Assembly
MCMv5.dll
public sealed class PropertyDefinitionWithMinMaxWrapper : BasePropertyDefinitionWrapper, IPropertyDefinitionBase, IPropertyDefinitionWithMinMax
Inheritance
PropertyDefinitionWithMinMaxWrapper
Implements
Inherited Members

Constructors

PropertyDefinitionWithMinMaxWrapper(object)

public PropertyDefinitionWithMinMaxWrapper(object @object)

Parameters

object object

Properties

MaxValue

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

public decimal MaxValue { get; }

Property Value

decimal

MinValue

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

public decimal MinValue { get; }

Property Value

decimal