PropertyDescription Constructor
Construct a new PropertyDescription with the specified properties.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public:
PropertyDescription(
[InAttribute] Object^ min,
[InAttribute] Object^ max,
[InAttribute] Object^ defaultValue
)
Parameters
- min
- Type: System::Object
The minimum value for the property.
- max
- Type: System::Object
The maximum value for the property.
- defaultValue
- Type: System::Object
The default value for the property.
Show: