FlashObjectProperties.Quality Property
Gets or sets the anti-aliasing level used when a Flash movie plays.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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