NumericUpDown.

Value Property

Summary

Gets or sets the value of the NumericUpDown.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

[Bindable(true)]
[Category("Common")]
[DefaultValue(null)]
public double? Value { get; set; }

Attributes

Type Description
Bindable
Category
DefaultValueAttribute

Value

Type Description
double?