DecimalInputMethodMinimumValue Property |
[This is preliminary documentation and is subject to change.]
The minimum value to accept.
Namespace: Documentation.Objects.InputMethodsAssembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<double> MinimumValue { get; set; }
Public Property MinimumValue As Nullable(Of Double)
Get
Set
public:
property Nullable<double> MinimumValue {
Nullable<double> get ();
void set (Nullable<double> value);
}
member MinimumValue : Nullable<float> with get, set
Property Value
Type:
NullableDouble
RemarksOptional
See Also