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;}
<br/>get_RegionOfInterestWeight();<br/>set_RegionOfInterestWeight(value);<br/>Object.defineProperty('RegionOfInterestWeight');
public:
property float RegionOfInterestWeight {
float get();
void set ( float value);
}