A color used to paint the label's background.
SyntaxC#
Copy Code
|
|---|
public virtual uint BackColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property BackColor As UInteger |
An OLE_COLOR value specifying the background. The default is transparent color.
See Also