'Declaration Public Property ImageOpacity As Single
'Usage Dim instance As DicomLabel Dim value As Single instance.ImageOpacity = value value = instance.ImageOpacity
public float ImageOpacity {get; set;}
Value ranges from 0-1 (None to Full opacity)
'Declaration Public Property ImageOpacity As Single
'Usage Dim instance As DicomLabel Dim value As Single instance.ImageOpacity = value value = instance.ImageOpacity
public float ImageOpacity {get; set;}