In This Topic
Controls the opacity of the Image label. Only applicable to
DicomObjects.Enums.LabelType.Image.
Value ranges from 0-1 (None to Full opacity)
Syntax
'Declaration
Public Property ImageOpacity As System.Single
'Usage
Dim instance As DicomLabel
Dim value As System.Single
instance.ImageOpacity = value
value = instance.ImageOpacity
public System.float ImageOpacity {get; set;}
public read-write property ImageOpacity: System.Single;
public function get,set ImageOpacity : System.float
public: __property System.float get_ImageOpacity();
public: __property void set_ImageOpacity(
System.float value
);
public:
property System.float ImageOpacity {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also