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

Quality Enum

Lists values that specify the anti-aliasing level used when playing a Flash movie.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum Quality

Members

Name Description
Low

Anti-aliasing isn’t used (maximum playback speed).

High

Favors appearance over playback speed, and always applies anti-aliasing.

AutoLow

Initially emphasizes speed, but improves appearance whenever possible.

AutoHigh

Initially emphasizes playback speed and appearance equally, but sacrifices appearance for playback speed if necessary.

Best

Provides the best display quality, and does not consider playback speed.

Related API Members

The following properties accept/return Quality values:

Remarks

The values listed by this enumeration are used to set the FlashObjectProperties.Quality property’s value.

See Also