Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/SpellCheckerDemo.Wpf/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/SpellCheckerDemo.Wpf/Modules/TextBox.xaml

<local:SpellCheckerDemoModule x:Class="SpellCheckerDemo.TextBox"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
            xmlns:local="clr-namespace:SpellCheckerDemo"
            xmlns:dxdb="http://schemas.devexpress.com/winfx/2008/xaml/demobase">
    <dxdb:DemoModuleControl>
        <dxdb:DemoModuleControl.OptionsContent>
            <StackPanel>
                <Button Content="Check Spelling" Margin="10" Padding="10,5,10,5" Click="Button_Click" dx:StyleManager.ApplyApplicationTheme="True" />
            </StackPanel>
        </dxdb:DemoModuleControl.OptionsContent>
        <TextBox x:Name="tb" AcceptsReturn="True" TextWrapping="Wrap" Text="The phenoamnal pweor of the hmuan mind.&#x0a;
&#x0a;
Accordnig to an englnsih unviersitry sutdy&#x0a;
the oredr of letetrs in a word dosen't mttaer,&#x0a;
the olny thnig thta's imporantt is&#x0a;
that the frsit and last ltteer of eevry word is in the crrecot psoition. &#x0a;
The rset can be jmbueld&#x0a;
and one is stlil able to read the txet withuot dificultfiy.&#x0a;
This is becusea the huamn mind does not read evrey lteter by itlsef, but the worrd as a whloe."
                 Margin="10" />
    </dxdb:DemoModuleControl>
</local:SpellCheckerDemoModule>