-
Notifications
You must be signed in to change notification settings - Fork 2
Silverlight Support
Mark Junker edited this page Oct 25, 2024
·
1 revision
The Silverlight macro allows you to insert Silverlight applications into your wiki page
Name | Description | Range |
---|---|---|
url | absolute url to the xap file | n/a |
Name | Description | Range | Default |
---|---|---|---|
height | height of the Silverlight object | px/pt/pc/in/mm/cm/%/em/ex | 200px |
width | width of the Silverlight object | px/pt/pc/in/mm/cm/%/em/ex | 200px |
version | version of Silverlight to use | 2/3/4 | 4 |
gpuAcceleration | enables gpu acceleration for Silverlight 3/4 | true/false | false |
If your Silverlight object requires initParams to be set, you can add arbitrary key/value pairs to the markup. They will be combined and rendered correctly at runtime.
{{
{silverlight:url=http://silverlight.microsoft.com/Assets/ToolkitBanner.xap,height=285,width=880}
}}