Entries Categorized as 'WPF'

Set a Clip in Code-Behind

Date March 17, 2008

You can use the Clip property on any item to clip its display area. For example if you have this two items rectBlue and rectRed like this

And you want to animate rectRed by sliding it out from the right side, without clipping it would look like this

But if you set the Clip property on […]

Close
E-mail It