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






In This Topic
    BackColour Property
    In This Topic
    Background Colour for the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColour As System.Drawing.Color
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Drawing.Color
     
    instance.BackColour = value
     
    value = instance.BackColour
    public virtual System.Drawing.Color BackColour {get; set;}
    public read-write property BackColour: System.Drawing.Color; virtual; 
    public function get,set BackColour : System.Drawing.Color
    public: __property virtual System.Drawing.Color get_BackColour();
    public: __property virtual void set_BackColour( 
       System.Drawing.Color value
    );
    public:
    virtual property System.Drawing.Color BackColour {
       System.Drawing.Color get();
       void set (    System.Drawing.Color value);
    }
    Remarks
    Equivalent to the standardized BackColor method, but with English spelling!
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also