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






In This Topic
    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
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Drawing.Image
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlBackgroundImageDescr")]
    public virtual System.Drawing.Image BackgroundImage {get; set;}
    public read-write property BackgroundImage: System.Drawing.Image; virtual; 
    SRCategoryAttribute("CatAppearance")
    System.ComponentModel.DefaultValueAttribute("")
    System.ComponentModel.LocalizableAttribute()
    SRDescriptionAttribute("ControlBackgroundImageDescr")
    public function get,set BackgroundImage : System.Drawing.Image
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlBackgroundImageDescr")]
    public: __property virtual System.Drawing.Image* get_BackgroundImage();
    public: __property virtual void set_BackgroundImage( 
       System.Drawing.Image* value
    );
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlBackgroundImageDescr")]
    public:
    virtual property System.Drawing.Image^ BackgroundImage {
       System.Drawing.Image^ get();
       void set (    System.Drawing.Image^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also