i want to use Semi Transparent Background in List Box
i was using Background="{StaticResource PhoneSemitransparentBrush}"
in windows phone 8 apps.
But this semitransparent brush is not available in UWP, any alternate brush for same semi transparent background in UWP ?
The closet you can get is probably from SystemControlBackgroundAltMediumBrush
which uses SystemAltMediumColor
which has an alpha channel of 60% where the phone brush has of 66.7%.