Posts Tagged ‘Text’
17
Sep

Animated 3D Text

1 Comment » Popularity: 1%

Charles Petzold created a rotating text sample using perspective 3D. It’s easy to be achieved by code. However, he achieved the implementation without writing any C#.

Animated-3D-Text

View Demo: New Window
Creating 3D Rotate Text using XAML:


    
        
            
            
        

        
            
                
                    
                
            
        
    

    
        
            
                
                    
                
            
        
    

17
Sep

Syntax Highlighting TextBox

Post a comment » Popularity: 1%

Alexei Prokudin presented you a syntax highlighting tool in Silverlight. You are also able to define your own syntax color using an external xml file. The author also explained all the details on the implementation.

Syntax Highlighting TextBox

View Demo: New Window
15
Sep

Matrix Text Effect

Post a comment » Popularity: 1%

A matrix text falling effect created by Terence Tsang.

Matrix Text Effect

View Demo: New Window
13
Sep

Text on a path

Post a comment » Popularity: 1%

lneir promoted text display into another level. You are able to apply his control to display text on any path geometry. Easy and simple to use!

Text on A Path

View Demo: New Window
11
Sep

Orbiting Text around an object

Post a comment » Popularity: 1%

This is another 3D text effect without using any 3D library. The texts will orbit around an object in a 3d manner. It works with all kind of transparent object.

 Orbiting Text around an object

View Demo: New Window
09
Sep

Simple Text Effect

Post a comment » Popularity: 1%

A very nice text switching effect shared by Shine Draw.

Simple Text Effect

View Demo: New Window