Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <UniformGrid Margin="0,8,0,0" Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Columns="4">
  2. <TextBox Text="{Binding FillPicker.StrokeDashes[0], Mode=TwoWay}" Margin="0,0,16,0">
  3. <i:Interaction.Behaviors>
  4. <view:TextBoxEnterBehavior />
  5. </i:Interaction.Behaviors>
  6. </TextBox>
  7. <TextBox Text="{Binding FillPicker.StrokeDashes[1], Mode=TwoWay}" Margin="0,0,16,0">
  8. <i:Interaction.Behaviors>
  9. <view:TextBoxEnterBehavior />
  10. </i:Interaction.Behaviors>
  11. </TextBox>
  12. <TextBox Text="{Binding FillPicker.StrokeDashes[2], Mode=TwoWay}" Margin="0,0,16,0">
  13. <i:Interaction.Behaviors>
  14. <view:TextBoxEnterBehavior />
  15. </i:Interaction.Behaviors>
  16. </TextBox>
  17. <TextBox Text="{Binding FillPicker.StrokeDashes[3], Mode=TwoWay}" Margin="0,0,16,0">
  18. <i:Interaction.Behaviors>
  19. <view:TextBoxEnterBehavior />
  20. </i:Interaction.Behaviors>
  21. </TextBox>
  22. </UniformGrid>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement