Skip to main content
Tab

Scale Enum

Lists values that specify how a Flash object is placed within the browser window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum Scale

Members

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.

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.

See Also