Enumeration used to determine the type of scale 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 SwfScale |
| C# |
|---|
public enum SwfScale |
| Visual C++ |
|---|
public enum class SwfScale |
| JavaScript |
|---|
GrannetDotNet.Web.UI.WebControls.SwfScale = function(); GrannetDotNet.Web.UI.WebControls.SwfScale.createEnum('GrannetDotNet.Web.UI.WebControls.SwfScale', false); |
Members
| Member name | Description | |
|---|---|---|
| Default |
Use the default scale
| |
| NoBorder |
Use no border on the scale
| |
| ExactFit |
Use an exact fit scale
|