Back to Devexpress

ImageIndicatorComponent.DXImage Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-imageindicatorcomponent.md

latest1.3 KB
Original Source

ImageIndicatorComponent.DXImage Property

Gets or sets an image.

Namespace : DevExpress.XtraGauges.Win.Base

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override DXImage DXImage { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Overrides Property DXImage As DXImage

Property Value

TypeDescription
DXImage

The image.

|

See Also

ImageIndicatorComponent Class

ImageIndicatorComponent Members

DevExpress.XtraGauges.Win.Base Namespace