Back to Devexpress

StateImageIndicatorComponent.Image Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-stateimageindicatorcomponent-4c94f99c.md

latest1.3 KB
Original Source

StateImageIndicatorComponent.Image Property

Gets or sets an image that indicates the state.

Namespace : DevExpress.XtraGauges.Win.Base

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override Image Image { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
Public Overrides Property Image As Image

Property Value

TypeDefaultDescription
Imagenull

The image.

|

See Also

StateImageIndicatorComponent Class

StateImageIndicatorComponent Members

DevExpress.XtraGauges.Win.Base Namespace