https://bugzilla.novell.com/show_bug.cgi?id=347394

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=347394#c2


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]                            |[EMAIL 
PROTECTED]
             Status|NEW                                             |ASSIGNED




--- Comment #2 from Sebastien Pouliot <[EMAIL PROTECTED]>  2007-12-11 06:57:38 
MST ---
Using the OpacityMask on the Rectangle works too, at least as long as we supply
a Fill brush.

                <Rectangle Width="300" Height="300" Fill="Black">
                <Rectangle.OpacityMask>
                        <LinearGradientBrush StartPoint="0, .25" EndPoint="0,
1">
                                <GradientStop Offset="0.25" Color="#00000000"/>
                                <GradientStop Offset="1" Color="#CC000000"/>
                        </LinearGradientBrush>
                </Rectangle.OpacityMask>
                </Rectangle>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to