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






    BackgroundImage Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlBackgroundImageDescr")>
    Public Overridable Property BackgroundImage As System.Drawing.Image
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Image
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also