BackColor Property

Summary

Gets or sets the color of the control area that has not been filled with cells.

Syntax
C#
VB
C++
public override Color BackColor { get; set; } 
  
Public Overrides Property BackColor As Color 
            public: 
property Color BackColor { 
   Color get() override; 
   void set (    Color ) override; 
} 

Property Value

The color of the control area that has not been filled with cells.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly