AdControl.IsBackgroundTransparent property
Gets or sets a value that indicates whether the background of the AdControl is transparent.
Syntax
public bool IsBackgroundTransparent { get; set; }
Property value
Type: System.Boolean.
Returns true if the background of the AdControl is transparent; otherwise, false. The default is false.
Remarks
When this property is set to false, the background is black.
Requirements
| Minimum supported phone | Windows Phone 8 Silverlight |
|---|---|
| Namespace | Microsoft.Advertising.Mobile.UI |
| Assembly | Microsoft.Advertising.Mobile.UI.dll |
Show: