BackColor Property (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.Runtime.InteropServices.DispIdAttribute(-501)>
<SRDescriptionAttribute("ControlBackColorDescr")>
Public Overridable Property BackColor As System.Drawing.Color
'Usage
Dim instance As DicomViewer
Dim value As System.Drawing.Color
instance.BackColor = value
value = instance.BackColor
[SRCategory("CatAppearance")]
[System.Runtime.InteropServices.DispId(-501)]
[SRDescription("ControlBackColorDescr")]
public virtual System.Drawing.Color BackColor {get; set;}
public read-write property BackColor: System.Drawing.Color; virtual;
SRCategoryAttribute("CatAppearance")
System.Runtime.InteropServices.DispIdAttribute(-501)
SRDescriptionAttribute("ControlBackColorDescr")
public function get,set BackColor : System.Drawing.Color
[SRCategory("CatAppearance")]
[System.Runtime.InteropServices.DispId(-501)]
[SRDescription("ControlBackColorDescr")]
public: __property virtual System.Drawing.Color get_BackColor();
public: __property virtual void set_BackColor(
System.Drawing.Color value
);
[SRCategory("CatAppearance")]
[System.Runtime.InteropServices.DispId(-501)]
[SRDescription("ControlBackColorDescr")]
public:
virtual property System.Drawing.Color BackColor {
System.Drawing.Color get();
void set ( System.Drawing.Color value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also