DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / Opacity Property






    Opacity Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.OpacityConverter)>
    <SRDescriptionAttribute("FormOpacityDescr")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property Opacity As System.Double
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Double
     
    instance.Opacity = value
     
    value = instance.Opacity
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also