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

Gets or sets the image used for the display of current value of the control when displaying a circle meter

Syntax

Visual Basic (Declaration) 
Public Overridable Property CircleBackImage As Image
C# 
public virtual Image CircleBackImage {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 section of the control representing the current value being shown in the display.

Requirements

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

See Also