Hi there -Can someone help me convert this rectangle into a Style? The dual GradientStop properties make it somewhat confusing.Thanks <Rectangle Margin="0,0,0,0">
<Rectangle.Fill>
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
<GradientStop Color="DarkBlue" Offset="0.3" />
<GradientStop Color="SlateBlue" Offset="0.7" />
</LinearGradientBrush>
</Rectangle.Fill>
</Rectangle>