Enumeration used to determine alignment for the Flash object
Namespace:
GrannetDotNet.Web.UI.WebControlsAssembly: GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration SwfScaledAlignment |
| C# |
|---|
public enum SwfScaledAlignment |
| Visual C++ |
|---|
public enum class SwfScaledAlignment |
| JavaScript |
|---|
GrannetDotNet.Web.UI.WebControls.SwfScaledAlignment = function(); GrannetDotNet.Web.UI.WebControls.SwfScaledAlignment.createEnum('GrannetDotNet.Web.UI.WebControls.SwfScaledAlignment', false); |
Members
| Member name | Description | |
|---|---|---|
| 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
| |
| TopLeft |
Align the video to the top-left
| |
| TopRight |
Align the video to the top-right
| |
| BottomLeft |
Align the video to the bottom-left
| |
| BottomRight |
Align the video to the bottom-right
|