Back to Devexpress

Scale Enum

aspnet-devexpress-dot-web-7d81078f.md

latest1.5 KB
Original Source

Scale Enum

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

Declaration

csharp
public enum Scale
vb
Public Enum Scale

Members

NameDescription
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:

Remarks

The value listed by the Scale enumeration are used to set the FlashObjectProperties.Scale property’s value.

See Also

Scale

DevExpress.Web Namespace