This question is locked. New answers and comments are not allowed.
Hi
I want use a RadWindows to show some options, but not in fullscreen. I have the following xaml Code:
But altough I've defined a Background color it is always transparent (see Screenshot)
Are I using the wrong propertie to set the background or are they any other ideas what could be wrong?
Regards
Nino
I want use a RadWindows to show some options, but not in fullscreen. I have the following xaml Code:
<telerikPrimitives:RadWindow x:Name="WindowLayers" IsClosedOnOutsideTap="True" Placement="CenterCenter" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="86,216,70,180" Width="300" Height="300" Background="{StaticResource PhoneTextBoxReadOnlyBrush}"> <Button Content="Test" /></telerikPrimitives:RadWindow>But altough I've defined a Background color it is always transparent (see Screenshot)
Are I using the wrong propertie to set the background or are they any other ideas what could be wrong?
Regards
Nino