SilverlightWebPart.WindowlessMode Property
SharePoint 2010
Gets or sets a value that indicates whether the Silverlight Web Part renders in windowless mode.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[PersonalizableAttribute(PersonalizationScope.Shared)] public bool WindowlessMode { get; set; }
Property Value
Type: System.Booleantrue if the Silverlight Web Part renders in windowless mode; otherwise false.
For more information on Silverlight windowless mode, see Windowless (Silverlight Plug-in Object).