NumericUpDown.

Maximum Property

Summary

Maximum restricts the maximum value of the Value property.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

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

Attributes

Type Description
Bindable
Category
DefaultValueAttribute

Value

Type Description
double