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