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






    TransparencyKey Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <SRDescriptionAttribute("FormTransparencyKeyDescr")>
    Public Property TransparencyKey As System.Drawing.Color
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Color
     
    instance.TransparencyKey = value
     
    value = instance.TransparencyKey
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also