I am trying to set outrglow bitmap effect to button but it is not showing.
The XAML code file i am using is
Window x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
Please kindly help me anybody.........
Thanks in advance.............
ShankeyPosted Sep 6, 2010, 10:02 AM
try like Below one if it works then please mark answer as accepted:
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2006"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
x:Class="Test.Window1"
x:Name="Window"
Title="Window1"
Width="640" Height="480">
Name="TextBox1"
Text="1"
Margin="226,0,226,0"
VerticalAlignment="Top"
Height="23"/>