Title.BorderColor Property
.NET Framework (current version)
Gets or sets the border color of the title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<TypeConverterAttribute(typeof(ColorConverter))>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member BorderColor : Color with get, set
Property Value
Type: System.Drawing.ColorA Color value used to draw the border color of the title. The default color is Empty.
You can set the BorderColor property to any valid ARGB (alpha, red, green, blue) value.
.NET Framework
Available since 4.0
Available since 4.0
Show: