public float RegionOfInterestWeight {get; set;}
'Declaration
Public Property RegionOfInterestWeight As Single
'Usage
Dim instance As DicomJpeg2000Options
Dim value As Single
instance.RegionOfInterestWeight = value
value = instance.RegionOfInterestWeight
public float RegionOfInterestWeight {get; set;}
get_RegionOfInterestWeight();
set_RegionOfInterestWeight(value);
Object.defineProperty('RegionOfInterestWeight');
public:
property float RegionOfInterestWeight {
float get();
void set ( float value);
}