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

Gets or sets the image used as a background of the primary gauge.

Syntax

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

Property Value

Image

Remarks

The image will be centered at the Origin point of the primary gauge. It will be painted behind all other aspects of the primary gauge (needle, path, pin).  The image will be rendered at the same size as the dimensions specified on the image itself (the control will not resize the image).

Requirements

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

See Also