ImageIndicatorComponent.DXImage Property
Gets or sets an image.
Namespace: DevExpress.XtraGauges.Win.Base
Assembly: DevExpress.XtraGauges.v24.1.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