.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Background Class : SecondaryColor Property
SecondaryColor Property (Background)
Gets or sets the secondary color.
Syntax
'Declaration
 
Public Property SecondaryColor As Color
'Usage
 
Dim instance As Background
Dim value As Color
 
instance.SecondaryColor = value
 
value = instance.SecondaryColor
public Color SecondaryColor {get; set;}
Remarks
The secondary color is used with the primary color to create a gradient fill when using BackgroundMode.Gradient.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also