Back to Devexpress

HtmlAlign Enum

aspnet-devexpress-dot-web-3135504b.md

latest1.2 KB
Original Source

HtmlAlign Enum

Lists values that specify the position of the Flash SWF window in the browser window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlAlign
vb
Public Enum HtmlAlign

Members

NameDescription
NotSet

Centers the Flash content in the browser window.

| | Left |

Aligns the SWF file along the left edge of the browser window.

| | Right |

Aligns the SWF file along the right edge of the browser window.

| | Top |

Aligns the SWF file along the top edge of the browser window.

| | Bottom |

Aligns the SWF file along the bottom edge of the browser window.

|

The following properties accept/return HtmlAlign values:

See Also

DevExpress.Web Namespace