BackgroundImage Property (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.DefaultValueAttribute("")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ControlBackgroundImageDescr")>
Public Overridable Property BackgroundImage As System.Drawing.Image
[SRCategory("CatAppearance")]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlBackgroundImageDescr")]
public virtual System.Drawing.Image BackgroundImage {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also