RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

NumericEditControlSetup<(Of <(<'T>)>)>..::..MinimumValue Property

Gets or sets the minimum value.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public T MinimumValue { get; set; }
Public Property MinimumValue As T
	Get
	Set
public:
property T MinimumValue {
	T get ();
	void set (T value);
}

Field Value

The minimum value.