aspnet-devexpress-dot-web-b9403351.md
Lists values that specify the anti-aliasing level used when playing a Flash movie.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum Quality
Public Enum Quality
| 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.
|
The following properties accept/return Quality values:
See Also