Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by PAV38 ( 12 years ago )
<Button Grid.Column="5" Grid.Row="2" Margin="2,2,2,2" Click="InternetButtonClick" >
<Button.Content>
<Grid>
<Image Horiz VerticalAlignment="Center" Margin="6" Source="Icons/BrowserIcon.png" Grid.RowSpan="2">
<Image.BitmapEffect>
<DropShadowBitmapEffect Color="Black" Directi Softness="2" ShadowDepth="8" Opacity="0.6" />
</Image.BitmapEffect>
</Image>
<TextBlock Horiz VerticalAlignment "Center" F FontWeight "Bold" Foreground="#003867" F Grid.RowSpan="2">INTERNET</TextBlock>
</Grid>
</Button.Content>
<Button.BitmapEffect>
<DropShadowBitmapEffect Color="Black" Directi Softness="2" ShadowDepth="8" Opacity="0.6" />
</Button.BitmapEffect>
</Button>
Revise this Paste