aspnet-devexpress-dot-web-7d81078f.md
Lists values that specify how a Flash object is placed within the browser window.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum Scale
Public Enum Scale
| Name | Description |
|---|---|
ShowAll |
Makes the entire movie visible within the specified area without distortion, while maintaining the original aspect ratio of the movie.
|
| NoBorder |
Scales the movie to fill the specified area without distortion, but possibly with some cropping, while maintaining the original aspect ratio of the movie.
|
| ExactFit |
Makes the entire movie visible in the specified area without trying to preserve the original aspect ratio. A distortion may occur.
|
| NoScale |
The movie isn’t scaled.
|
The following properties accept/return Scale values:
The value listed by the Scale enumeration are used to set the FlashObjectProperties.Scale property’s value.
See Also