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

Gets or sets the secondary color used when painting the background of the primary gauge.

Syntax

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

Property Value

Color

Remarks

This property is only used when PinBrushType is either Linear or Radial.

Requirements

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

See Also