Scale Enum
Lists values that specify how a Flash object is placed within the browser window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Show
|
Makes the entire movie visible within the specified area without distortion, while maintaining the original aspect ratio of the movie. |
No
|
Scales the movie to fill the specified area without distortion, but possibly with some cropping, while maintaining the original aspect ratio of the movie. |
Exact
|
Makes the entire movie visible in the specified area without trying to preserve the original aspect ratio. A distortion may occur. |
No
|
The movie isn’t scaled. |
#Related API Members
The following properties accept/return Scale values:
#Remarks
The value listed by the Scale enumeration are used to set the FlashObjectProperties.Scale property’s value.