Skip to main content
A newer version of this page is available. .
Tab

FlashObjectProperties.FlashAlign Property

Gets or sets the location of a Flash movie in the browser window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(FlashAlign.NotSet)]
public FlashAlign FlashAlign { get; set; }

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.

See Also