Guest User

Untitled

a guest
Dec 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <Button Name="ToggleButton" Height="40" Width="40" Cursor="Hand" Style="{DynamicResource PlayerButton}">
  2. <Grid Width="10" Height="15" >
  3. <Path Name="ToggleButtonPath" Data="M8 5v14l11-7z" Fill="White" Stretch="Fill" Height="15" Width="11"/>
  4. </Grid>
  5. </Button>
  6. <Button Name="NextButton" Height="40" Width="40" Cursor="Hand" Style="{DynamicResource PlayerButton}">
  7. <Grid Width="10" Height="15">
  8. <Path Name="NextButtonPath" Data="M8 5v14l11-7z" Fill="White" Stretch="Fill" Height="15" Width="11"/>
  9. </Grid>
  10. </Button>
  11.  
  12. ((Path)((Grid)Button.Content).Children[0]).Fill = ...
Add Comment
Please, Sign In to add comment