Measures.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:0k
源码类别:

C#编程

开发平台:

C#

  1. using System;
  2. namespace WeifenLuo.WinFormsUI.Docking
  3. {
  4. internal static class Measures
  5. {
  6. public const int SplitterSize = 4;
  7. }
  8. internal static class MeasurePane
  9. {
  10. public const int MinSize = 24;
  11. }
  12. }