SilverlightApplication Properties |
The SilverlightApplication type exposes the following members.
Name | Description | |
---|---|---|
AdditionalParameters |
Array of additional parameters.
| |
AllowHtmlPopupWindow |
Gets or sets AllowHtmlPopupWindow property indicating whether the Html popup window is enabled.
| |
ApplicationPath |
Silverlight application path.
| |
AutoUpgrade |
Gets or sets AutoUpgrade attribute.
| |
ContainerBackground |
Silverlight application container background.
| |
ContainerClientID |
ClientID of the object Html element.
| |
ContainerUniqueID |
UniqueID of the object Html element.
| |
Controls |
Gets a System.Web.UI.ControlCollection object that represents the child controls
for silverlight application control in the UI hierarchy.
(Overrides ControlControls.) | |
Enabled |
Enabled property specifing whether the silverlight application is enabled. If set to false only alternate content is rendered.
(Overrides WebControlEnabled.) | |
EnableHtmlAccess |
Gets or sets EnableHtmlAccess property indicating whether the Html access is enabled.
| |
Height |
Silverlight application container height.
(Overrides WebControlHeight.) | |
IsWindowless |
Gets or sets value indicating whether the silverlight application should be windowless or not. Default is true.
| |
MinimumVersion |
Minimum version of the Microsoft Silverlight which is required by the current silverlight application.
| |
OnSilverlightError |
Gets or sets the name of the javascript function used for silverlight error handling.
| |
Parameters |
Silverlight application parameters.
| |
Width |
Silverlight application container width.
(Overrides WebControlWidth.) |