BorderColor Property
BorderColor
Gets or sets the color used to display the border of this range.
Declaration
[Obsolete("Use BorderBrush instead.")]
public Color BorderColor { get; set; }
<Obsolete("Use BorderBrush instead.")>
Public Property BorderColor As Color