Skip to main content
A newer version of this page is available. .

ASPxGaugeControl.ImageType Property

Gets or sets an image type used to render the ASPxGaugeControl.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v18.2.dll

Declaration

[DefaultValue(ImageType.Default)]
public ImageType ImageType { get; set; }

Property Value

Type Default Description
ImageType **Default**

An ImageType enumeration value that specifies the image type used to render the ASPxGaugeControl.

Available values:

Name Description
Default

The ASPxGaugeControl is rendered like a PNG image.

Bmp

The ASPxGaugeControl is rendered like a BMP image.

Jpeg

The ASPxGaugeControl is rendered like a JPEG image.

Png

The ASPxGaugeControl is rendered like a PNG image.

Gif

The ASPxGaugeControl is rendered like a GIF image.

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.

See Also