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






BackgroundImage Property (DicomViewer)
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 DicomViewer
Dim value As System.Drawing.Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also