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






    AllowTransparency Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlAllowTransparencyDescr")>
    Public Property AllowTransparency As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.AllowTransparency = value
     
    value = instance.AllowTransparency
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also