NumericUpDown.

Minimum Property

Summary

Minimum restricts the minimum value of the Value property.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

[Bindable(true)]
[Category("Common")]
[DefaultValue(double.MinValue)]
public double Minimum { get; set; }

Attributes

Type Description
Bindable
Category
DefaultValueAttribute

Value

Type Description
double