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

ImageType Enum

Lists the values that specify the image type used to render the ASPxGaugeControl.

Namespace: DevExpress.Web.ASPxGauges.Base

Assembly: DevExpress.Web.ASPxGauges.v19.1.dll

Declaration

public enum ImageType

Members

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.

Related API Members

The following properties accept/return ImageType values:

Remarks

Values listed by this enumeration are used to set the ASPxGaugeControl.ImageType property’s value.

See Also