Skip to main content

ImageType Enum

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

Namespace: DevExpress.Web.ASPxGauges.Base

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

NuGet Package: DevExpress.Web.Visualization

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