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