dbicMeter Send comments on this topic.
CenterBackColorTo Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : CenterBackColorTo Property

Gets or sets the secondary color of the interior section of the control when displaying a circle meter.

Syntax

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

Property Value

Color

Remarks

This property is only applicable if CenterBrushType is either Linear or Radial

Requirements

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

See Also