dbicGauge Send comments on this topic.
BorderColor Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGauge Class : BorderColor Property

Gets or sets the color used to paint the border of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property BorderColor As Color
C# 
public virtual Color BorderColor {get; set;}

Property Value

Color

Remarks

This property is only valid when BorderType Property is Regular or RoundedEdge

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also