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

FlashObjectProperties.Quality Property

Gets or sets the anti-aliasing level used when a Flash movie plays.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(Quality.Best)]
public Quality Quality { get; set; }

Property Value

Type Default Description
Quality **Best**

A Quality enumeration value that specifies the Flash movie’s quality.

Available values:

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.

See Also