Razan Paul Blog

Explaining thoughts and findings is a great way to learn

Browse by Tags

All Tags » WPF (RSS)
CodeProject MVP for 2010
I have been awarded a CodeProject MVP for the articles I wrote in 2009. Thanks Codeproject for this recognition, which will encourage me to keep my passion on writing article. I love CodeProject. Thanks All. Razan My CodeProject Profile
Posted: Jan 12 2010, 07:54 PM by RazanPaul | with no comments
Filed under: ,
Exploring Clip Property of UIelement to Make Animation in WPF
Every UIelement has a Property named clip, which is Geometry type. You can set any geometry used to define the outline of the contents of an element. Only the area that is within the region of the geometry will be visible. Portion of UIelement outside...
Posted: Dec 31 2009, 09:43 PM by RazanPaul | with no comments
Filed under: , ,
Making a Simple Marquee Text Control, Drip Animation and Roll Animation in WPF
An animation consists of a series of frames. To perform the animation, these frames are shown one after the other at a regular time interval. I have just published an article about how i came up with marquee text control, Drip animation, and Roll animation...
Posted: Dec 31 2009, 09:40 PM by RazanPaul | with 2 comment(s)
Filed under: , ,
Implementation of Auto Logoff based on User Inactivity in WPF Application
In some applications, we need to implement Auto logoff feature for security reason. In auto log off feature, the application redirects the user into login window, if the user remains inactive for a certain amount of time. I have just published how I came...
Posted: Oct 09 2009, 01:04 PM by RazanPaul | with 2 comment(s)
Filed under:
Making a Drop Down Style Custom Color Picker in WPF
Although WPF provides quite a rich collection of UI controls and components for development, a particular control has been missing. That is a color-picker control. I have just published how I came up with making a drop down style custom color picker in...
Posted: Oct 09 2009, 12:55 PM by RazanPaul | with no comments
Filed under:
Perspective camera animation on a cube in WPF 3D
I have started WPF 3D at my work. Actually, i wanted  to make roll animation effect using WPF 3D. After some R&D, I came up with roll animation using 2D animation, which I described in my previous blog post. At first, I tried to make roll animation...
Posted: Oct 01 2009, 07:30 AM by RazanPaul | with 3 comment(s)
Filed under: , , ,
Creating a Roll animation effect in WPF
I know one picture can tell what the Roll animation looks like instead of writing many sentences. The animation looks like the following: Opacity masks allow us to make portions of a UIelement or visual either transparent or partially transparent. To...
Posted: Oct 01 2009, 07:20 AM by RazanPaul | with 1 comment(s)
Filed under: , ,
Wheel Clockwise animation in WPF
This animation is like the Wheel Clockwise, 1 spoke, animation of MS power point. Some people also call this animation as Radial animation. This animation starts from a line, which points from the centre to top middle, and then it rotates 360 degrees...
Posted: Oct 01 2009, 06:54 AM by RazanPaul | with no comments
Filed under: , ,
Making circle animation in WPF
This animation is like the circle animation of MS power point. You can set any geometry like ellipse geometry to define the visible region of a WPF UIelement type. To make it possible every WPF UIelement type has a clip property and you can set any geometry...
Posted: Oct 01 2009, 02:40 AM by RazanPaul | with no comments
Filed under: , ,
Creating marquee/scrolling text in WPF
A WPF marquee is a scrolling piece of text displayed either horizontally across or vertically down your container. Here i show you how to make a scrolling marquee using Canvas and TextBlock. I will show only left to right in code. However, you can achieve...
Posted: Oct 01 2009, 02:13 AM by RazanPaul | with 10 comment(s)
Filed under: , ,
More Posts Next page »