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

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -