duheng
2024-03-26 11c7908bcc2ca699e88b7a0a17bc32e45521c349
1
2
3
4
5
6
7
8
9
10
11
12
namespace IStation.Model
{
    //区域显示方式
    public enum eRegionDispStyle
    {
        Strip = 0,//条形带
        Spectrum = 1,//类似型谱
        Blod = 2//线加粗
    }
 
 
}