Guest User

Untitled

a guest
Apr 26th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!-- Double with 2 decimals -->
  2. <TextBlock DockPanel.Dock="Right" Text="{Binding SomeProperty, StringFormat=\{0:F2\}}"/>
  3.  
  4. <!-- DateTime. -->
  5. <TextBlock
  6. Text="{Binding DateTimeProperty, StringFormat={}{0:hh:mm:ss.ffff}, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
  7. />
Add Comment
Please, Sign In to add comment