ASPxGaugeControl.ImageType Property
Gets or sets an image type used to render the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Image |
Default | An Image |
Available values:
Name | Description |
---|---|
Default | The ASPx |
Bmp | The ASPx |
Jpeg | The ASPx |
Png | The ASPx |
Gif | The ASPx |
#Remarks
By default, the ASPxGaugeControl is rendered like a PNG image. Use the ImageType property to specify the required image type. The following types are supported: BMP, GIF, JPEG and PNG.