Enumeration used to determine alignment for the Flash object

Namespace:  GrannetDotNet.Web.UI.WebControls
Assembly:  GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration SwfAlign
C#
public enum SwfAlign
Visual C++
public enum class SwfAlign
JavaScript
GrannetDotNet.Web.UI.WebControls.SwfAlign = function();
GrannetDotNet.Web.UI.WebControls.SwfAlign.createEnum('GrannetDotNet.Web.UI.WebControls.SwfAlign', false);

Members

Member nameDescription
Left
Align the video to the left
Right
Align the video to the right
Top
Align the video to the top
Bottom
Align the video to the bottom

See Also