BorderSkin.BackSecondaryColor Property

.NET Framework (current version)
 

Gets or sets the secondary background color of a border skin frame.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<TypeConverterAttribute(typeof(ColorConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member BackSecondaryColor : Color with get, set

Property Value

Type: System.Drawing.Color

A Color value.

This color is combined with the primary background color, which is set with the BackColor property, when the BackHatchStyle and BackGradientStyle properties are used.

.NET Framework
Available since 4.0
Return to top
Show: