DicomObjects.NET.V8
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 Single
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Single
     
    instance.ImageOpacity = value
     
    value = instance.ImageOpacity
    public float ImageOpacity {get; set;}
    public:
    property float ImageOpacity {
       float get();
       void set (    float value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also