DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / ImageOpacity Property






    ImageOpacity Property
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also