DicomObjects.NET.V8
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 Single
     
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Single
     
    instance.ImageOpacity = value
     
    value = instance.ImageOpacity
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also