Back to Devexpress

BaseGaugeWin.Images Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-basegaugewin-086c0001.md

latest2.1 KB
Original Source

BaseGaugeWin.Images Property

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

Namespace : DevExpress.XtraGauges.Win.Base

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DXCategory("Appearance")]
public ImageIndicatorComponentCollection Images { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Images As ImageIndicatorComponentCollection

Property Value

TypeDescription
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

AddImageIndicator()

Labels and Images

BaseGaugeWin Class

BaseGaugeWin Members

DevExpress.XtraGauges.Win.Base Namespace