Embossed Text with EmbossBitmapEffect : BitmapEffect « Windows Presentation Foundation « VB.Net

Home
VB.Net
1.2D
2.Application
3.Class
4.Data Structure
5.Data Types
6.Database ADO.net
7.Development
8.Event
9.File Directory
10.Generics
11.GUI
12.Language Basics
13.LINQ
14.Network Remote
15.Security
16.Thread
17.Windows Presentation Foundation
18.Windows System
19.XML
20.XML LINQ
VB.Net Tutorial
VB.Net by API
VB.Net » Windows Presentation Foundation » BitmapEffectScreenshots 
Embossed Text with EmbossBitmapEffect
Embossed Text with EmbossBitmapEffect
     
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    x:Class="Microsoft.Samples.Graphics.RectangleExample"
    WindowTitle="Example">
  <Canvas>
      <TextBlock FontSize="40" FontWeight="Bold" Foreground="Gray">
        <TextBlock.Text>Embossed Text</TextBlock.Text>
        <TextBlock.BitmapEffect>
          <EmbossBitmapEffect></EmbossBitmapEffect>
        </TextBlock.BitmapEffect>
      </TextBlock> 

  </Canvas>
</Page>

   
    
    
    
    
  
Related examples in the same category
1.Beveled Text with BevelBitmapEffectBeveled Text with BevelBitmapEffect
2.Image with EmbossBitmapEffectImage with EmbossBitmapEffect
3.Image with EmbossBitmapEffect and Relief = 0.5Image with EmbossBitmapEffect and Relief = 0.5
4.A Shadowed Button with DropShadowBitmapEffectA Shadowed Button with DropShadowBitmapEffect
5.Shadowed Text with DropShadowBitmapEffectShadowed Text with DropShadowBitmapEffect
6.Distant ShadowDistant Shadow
7.Small Glow and OuterGlowBitmapEffectSmall Glow and OuterGlowBitmapEffect
8.Grainy Glow and OuterGlowBitmapEffect, GlowSize, NoiseGrainy Glow and OuterGlowBitmapEffect, GlowSize, Noise
9.Glowing Text and OuterGlowBitmapEffectGlowing Text and OuterGlowBitmapEffect
10.Grainy Glow and OuterGlowBitmapEffectGrainy Glow and OuterGlowBitmapEffect
11.A Blurred Button with BlurBitmapEffectA Blurred Button with BlurBitmapEffect
12.A Really Blurred Button by setting the Radius of BlurBitmapEffectA Really Blurred Button by setting the Radius of BlurBitmapEffect
13.A Beveled Button with BevelBitmapEffectA Beveled Button with BevelBitmapEffect
14.Gaussian KernelType BlurBitmapEffectGaussian KernelType BlurBitmapEffect
15.Set Radius for BlurBitmapEffectSet Radius for BlurBitmapEffect
16.OuterGlowBitmapEffect for a ButtonOuterGlowBitmapEffect for a Button
17.OuterGlowBitmapEffect with Black GlowColor and 1 GlowSizeOuterGlowBitmapEffect with Black GlowColor and 1 GlowSize
18.BevelBitmapEffect EdgeProfile=BulgedUpBevelBitmapEffect EdgeProfile=BulgedUp
19.Change OuterGlowBitmapEffect for a ButtonChange OuterGlowBitmapEffect for a Button
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.