示例#1
0
 private void FontSizeDialog_Loaded(object sender, System.Windows.RoutedEventArgs e)
 {
     if (Document.Editor.My.Computer.Info.OSVersion >= "6.0")
     {
         if (Document.Editor.My.Settings.Options_EnableGlass)
         {
             AppHelper.ExtendGlassFrame(this, new Thickness(-1, -1, -1, -1));
         }
     }
     SizeBox.Focus();
 }