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