FlashAlign Enum
Lists values that specify the location of a Flash movie in the browser window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return FlashAlign values:
Remarks
The values listed by this enumeratior are used to set the FlashObjectProperties.FlashAlign property’s value.