Skip to main content
A newer version of this page is available. .

BaseGaugeWin.Images Property

Provides access to the collection of custom images used within this gauge.

Namespace: DevExpress.XtraGauges.Win.Base

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[DXCategory("Appearance")]
public ImageIndicatorComponentCollection Images { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Base.ImageIndicatorComponentCollection

An ImageIndicatorComponentCollection object that is the collection of Image Indicator components used within this gauge

Remarks

The Images collection provides access to all custom images, owned by the current gauge. Whenever you add an image component at design-time, it is automatically added to this collection. Alternatively, if you need to add a custom image in code, use the BaseGaugeWin.AddImageIndicator method.

See Also