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

Gets or sets the image used for the display of the interior section of the control when displaying a circle meter

Syntax

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

Property Value

Image

Remarks

If the image supplied is not the same size as the entire control, it will be tiled within the boundaries of the entire control, with only the section that overlaps with the center of the meter being shown in the display.

Requirements

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

See Also