Click or drag to resize

NumericProperty Constructor (Int32, Int32, Int32)

Initializes a new instance of the NumericProperty class

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NumericProperty(
	int index,
	int min,
	int max
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Com.Datalogic.Device.Configuration.NumericProperty.#ctor(System.Int32,System.Int32,System.Int32)"]

min
Type: SystemInt32

[Missing <param name="min"/> documentation for "M:Com.Datalogic.Device.Configuration.NumericProperty.#ctor(System.Int32,System.Int32,System.Int32)"]

max
Type: SystemInt32

[Missing <param name="max"/> documentation for "M:Com.Datalogic.Device.Configuration.NumericProperty.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also