BaseGaugeWin.Images Property
In This Article
Provides access to the collection of custom images used within this gauge.
Namespace: DevExpress.XtraGauges.Win.Base
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An Image |
#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