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

FlashObjectProperties.HtmlAlign Property

Gets or sets the position of the Flash SWF window in the browser window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
HtmlAlign **NotSet**

One of the HtmlAlign values.

Available values:

Name Description
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.

See Also