Search
ArrowLabel.BackColor Property
See Also
 



A color used to paint the label's background.

 Syntax

C#  Copy Code

public virtual uint BackColor { get; set; }

Visual Basic  Copy Code

Public Overridable Property BackColor As UInteger

 Property Value

An OLE_COLOR value specifying the background. The default is transparent color.

 See Also