FlashObjectProperties.FlashAlign Property
Gets or sets the location of a Flash movie in the browser window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
FlashAlign | NotSet | A FlashAlign enumeration value that specifies the movie’s location in the browser window. |
Available values:
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. |