Back to Devexpress

FlashAlign Enum

aspnet-devexpress-dot-web-215bf90a.md

latest2.2 KB
Original Source

FlashAlign Enum

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

Declaration

csharp
public enum FlashAlign
vb
Public Enum FlashAlign

Members

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

Remarks

The values listed by this enumeratior are used to set the FlashObjectProperties.FlashAlign property’s value.

See Also

FlashAlign

DevExpress.Web Namespace