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

In This Topic
    ImageOpacity Property
    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
    public System.float ImageOpacity {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also