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

Gets or sets the image used to fill the background of the needle in the gauge.

Syntax

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

Property Value

Image

Remarks

This property is only used when the NeedleType property is one of the arrows or radial.

If the image supplied is not the same size as the entire control, it will be tiled within the boundaries of the entire control, and the display of the needle will only show the section relative to the location of needle within the control's boundaries.

Requirements

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

See Also