SilverlightHost Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The SilverlightHost type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Background Gets the background color value that was applied to the Silverlight plug-in as part of instantiation settings.
Public propertySupported by Silverlight for Windows Phone Content Gets the "Content" sub-object of this SilverlightHost.
Public property InitParams Gets the initialization parameters that were passed as part of HTML initialization of a Silverlight plug-in.
Public propertySupported by Silverlight for Windows Phone IsLoaded Gets a value that indicates whether the hosted Silverlight plug-in has finished loading.
Public propertySupported by Silverlight for Windows Phone NavigationState Gets or sets a URI fragment that represents the current navigation state.
Public propertySupported by Silverlight for Windows Phone Settings Gets the "Settings" sub-object of this SilverlightHost.
Public property Source Gets the URI of the package or XAML file that specifies the XAML content to render.

Top