Apply gradient to stack panel Background color/Images in silverlight -


if use in stack panel can give color background stack panel using lineargradient can't add other element on it.

any idea how can this?

thanx

probably easiest best way apply gradient stackpanel contain within border:

<border>   <border.background>     ... gradient goes here ...   </border.background>    <stackpanel>     .. content goes here ...   </stackpanel> </border> 

Comments

Popular posts from this blog

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -

android - Cannot use ndk-build on Cygwin -

sql server - python to mssql encoding problem -