79793880

Date: 2025-10-18 17:25:44
Score: 2.5
Natty:
Report link
 I am using xaml with PS, and I want to use my background image source as base64. I can't use the relative path anymore, hence my base64 approach, how do I change this to use the base64 as a source. 
    
<Window.Background>
        
    </Window.Background>
    <Grid x:Name="mygrid">
        <Grid.Background>
            <ImageBrush ImageSource="/Wallpapers1280x1024.jpg"/>
        </Grid.Background>
Reasons:
  • Blacklisted phrase (1): how do I
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xavier Scott