'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.BindableAttribute(True)> <SRDescriptionAttribute("NumericUpDownValueDescr")> Public Property Value As System.Decimal
'Usage
Dim instance As NNumericUpDown Dim value As System.Decimal instance.Value = value value = instance.Value
[SRCategory("CatAppearance")] [System.ComponentModel.Bindable(true)] [SRDescription("NumericUpDownValueDescr")] public System.decimal Value {get; set;}