A Blurred Button with BlurBitmapEffect : BitmapEffect « Windows Presentation Foundation « VB.Net Tutorial






<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>

      <Button>        
        <Button.Content>A Blurred Button</Button.Content>
        <Button.BitmapEffect>
          <BlurBitmapEffect Radius="1"></BlurBitmapEffect>
        </Button.BitmapEffect>
      </Button>

  </Canvas>
</Page>
WPF A Blurred Button With Blur Bitmap Effect








16.75.BitmapEffect
16.75.1.Beveled Text with BevelBitmapEffectBeveled Text with BevelBitmapEffect
16.75.2.Embossed Text with EmbossBitmapEffectEmbossed Text with EmbossBitmapEffect
16.75.3.Image with EmbossBitmapEffectImage with EmbossBitmapEffect
16.75.4.Image with EmbossBitmapEffect and Relief = 0.5Image with EmbossBitmapEffect and Relief = 0.5
16.75.5.A Shadowed Button with DropShadowBitmapEffectA Shadowed Button with DropShadowBitmapEffect
16.75.6.Shadowed Text with DropShadowBitmapEffectShadowed Text with DropShadowBitmapEffect
16.75.7.Distant ShadowDistant Shadow
16.75.8.Small Glow and OuterGlowBitmapEffectSmall Glow and OuterGlowBitmapEffect
16.75.9.Grainy Glow and OuterGlowBitmapEffect, GlowSize, NoiseGrainy Glow and OuterGlowBitmapEffect, GlowSize, Noise
16.75.10.Glowing Text and OuterGlowBitmapEffectGlowing Text and OuterGlowBitmapEffect
16.75.11.Grainy Glow and OuterGlowBitmapEffectGrainy Glow and OuterGlowBitmapEffect
16.75.12.A Blurred Button with BlurBitmapEffectA Blurred Button with BlurBitmapEffect
16.75.13.A Really Blurred Button by setting the Radius of BlurBitmapEffectA Really Blurred Button by setting the Radius of BlurBitmapEffect
16.75.14.A Beveled Button with BevelBitmapEffectA Beveled Button with BevelBitmapEffect
16.75.15.Gaussian KernelType BlurBitmapEffectGaussian KernelType BlurBitmapEffect
16.75.16.Set Radius for BlurBitmapEffectSet Radius for BlurBitmapEffect
16.75.17.OuterGlowBitmapEffect for a ButtonOuterGlowBitmapEffect for a Button
16.75.18.OuterGlowBitmapEffect with Black GlowColor and 1 GlowSizeOuterGlowBitmapEffect with Black GlowColor and 1 GlowSize
16.75.19.BevelBitmapEffect EdgeProfile=BulgedUpBevelBitmapEffect EdgeProfile=BulgedUp
16.75.20.Change OuterGlowBitmapEffect for a ButtonChange OuterGlowBitmapEffect for a Button