I'm developing an application (UWP), and was finishing and placing advertising. When I test, a white outline appears:
This is my code:
<UI:AdControl ApplicationId="3f83fe91-d6be-434d-a0ae-7351c5a997f1"
AdUnitId="test"
RelativePanel.AlignTopWithPanel="True"
RelativePanel.AlignHorizontalCenterWithPanel="True"
Margin="0,25,0,0"/>
This is normal?