c# - how to user Rectangle -


i user rectangle display 2 colors in vs 2010 window phone, if rectangle can't, please tell how do.

<rectangle height="20" width="400" stroke="white" fill="green" strokethickness="1"> 

maybe possible through gradient. otherwise suggest 2 rectangles, both have half of height/width (depending on want have colors)


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -