简体   繁体   中英

implementing the WP7 chatting style

I'm trying to design a chatting app, I want the sender/receiver's text to be shown inside these text balloons that's in the native messages app in WP7.

I can put each conversation in a textblock and color it like the current used theme, but still it won't have the pointy thing of the balloon here:

看到尖尖的气球

So how can I implement this to my app?

Read up on Shapes and Basic Drawing .

What you want to do , is to define two shapes (one being a mirror of the other), with the "triangle" popping out as part of the polygon.

I'll recommend a tool like Expression Design or Expression Blend for creating the polygon.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM