Guest User

Untitled

a guest
Jun 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <MultiBinding Converter="{StaticResource MyConverter}">#
  2. <Binding Path="ActualWidth" ElementName="_border"/>
  3. <Binding Path="ActualHeight" ElementName="_border"/>
  4. <Binding Path="ActualWidth" ElementName="_grid"/>
  5. <Binding Path="ActualHeight" ElementName="_grid"/>
  6. </MultiBinding>
Add Comment
Please, Sign In to add comment