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

DecimalEditControl..::..GetMinimumValueProperties Method

Gets the minimum value properties.

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

Syntax


protected void GetMinimumValueProperties(
	out Nullable<double> value,
	out Nullable<double> minimumValue
)
Protected Sub GetMinimumValueProperties ( _
	<OutAttribute> ByRef value As Nullable(Of Double), _
	<OutAttribute> ByRef minimumValue As Nullable(Of Double) _
)
protected:
void GetMinimumValueProperties(
	[OutAttribute] Nullable<double^>% value, 
	[OutAttribute] Nullable<double^>% minimumValue
)

Parameters

value
Type: Nullable<(Of <(<'Double>)>)>%
The value.
minimumValue
Type: Nullable<(Of <(<'Double>)>)>%
The minimum value.