Lorem Ipsum Attached Property – XAML Markup

        <TextBox  
            Text="Some text"
            Margin="0" 
            TextWrapping="Wrap" VerticalScrollBarVisibility="Auto"
            LoremIpsum:LoremIpsumInteractor.TotalWords="20" 
            LoremIpsum:LoremIpsumInteractor.TotalSentences="3" 
            LoremIpsum:LoremIpsumInteractor.TotalParagraphs="5" 
            LoremIpsum:LoremIpsumInteractor.Process="{Binding IsChecked, ElementName=checkBox}" 
            AcceptsReturn="True" IsReadOnly="True" Grid.Row="1" Grid.Column="1" 
            >
        </TextBox>

One Response to “Lorem Ipsum Attached Property – XAML Markup”

  1. […] code can be found here, and the XAML here. Below is an example of the Lorum Ipsum attached property in use. LD_AddCustomAttr("AdOpt", […]

Leave a comment