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

Gets or sets the image used for the display of remaining path of the control when displaying a circle meter

Syntax

Visual Basic (Declaration) 
Public Overridable Property PathBackImage As Image
C# 
public virtual Image PathBackImage {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 remaining path being shown in the display.

The path is the section of the control between the current value and the maximum in a circle meter.

Requirements

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

See Also