BorderSkin.PageColor Property

.NET Framework (current version)
 

Gets or sets the page color of a border skin.

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

[BindableAttribute(true)]
[TypeConverterAttribute(typeof(ColorConverter))]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public Color PageColor { get; set; }

Property Value

Type: System.Drawing.Color

A Color value.

.NET Framework
Available since 4.0
Return to top
Show: