Exemplo n.º 1
0
 private void JustifyLeftExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     if (htmldoc != null)
     {
         htmldoc.JustifyLeft();
     }
 }