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

Gets or sets the image used to represent the pin of the gauge.

Syntax

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

Property Value

Image

Remarks

If a valid image is supplied to this property, all color/brush/border properties related to the pin will be ignored.

Requirements

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

See Also