Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <DataTemplate x:Key="NumberWithoutDecimalTemplate">
  2. <StackPanel>
  3. <TextBlock HorizontalAlignment="Right"
  4. Text="{Binding Converter={StaticResource NumberWithoutDecimalConverterKey} }">
  5. </TextBlock>
  6. </StackPanel>
  7. </DataTemplate>
Add Comment
Please, Sign In to add comment