示例#1
0
 private void JustifyFullExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     if (htmldoc != null)
     {
         htmldoc.JustifyFull();
     }
 }