Skip to main content
All docs
V23.2

ImageIndicatorComponent.DXImage Property

Gets or sets an image.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override DXImage DXImage { get; set; }

Property Value

Type Description
DXImage

The image.

See Also