aspnet-devexpress-dot-web-215bf90a.md
Lists values that specify the location of a Flash movie in the browser window.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FlashAlign
Public Enum FlashAlign
| Name | Description |
|---|---|
NotSet |
Centers the movie in the browser window, and crops edges if the browser window is smaller than the movie.
|
| Left |
Aligns the movie along the left edge of the browser window, and crops the remaining three sides as needed.
|
| Top |
Aligns the movie along the top edge of the browser window, and crops the remaining three sides as needed.
|
| Right |
Aligns the movie along the right edge of the browser window, and crops the remaining three sides as needed.
|
| Bottom |
Aligns the movie along the bottom edge of the browser window, and crops the remaining three sides as needed.
|
| TopLeft |
Aligns the movie to the top left corner of the browser window, and crops the bottom remaining right side as needed.
|
| TopRight |
Aligns the movie to the top right corner of the browser window, and crops the bottom remaining left side as needed.
|
| BottomLeft |
Aligns the movie to the bottom left corner of the browser window, and crops the top remaining right side as needed.
|
| BottomRight |
Aligns the movie to the bottom right corner of the browser window, and crops the top remaining left side as needed.
|
The following properties accept/return FlashAlign values:
The values listed by this enumeratior are used to set the FlashObjectProperties.FlashAlign property’s value.
See Also