Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <Image MaxWidth="585" Margin="2" Source="{Binding Preview, IsAsync=true}">
  2. <Image.ToolTip MaxWidth="800"> <!-- Error: Attribute "MaxWidth" is not allowed in property element -->
  3. <Image Source="{Binding Preview, IsAsync=true}" />
  4. </Image.ToolTip>
  5. </Image>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement