This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
namespace Mesnac.Controls.ChemicalWeighing.HslCurve
{
/// <summary>
/// 缩小放大的模式
/// </summary>
// Token: 0x02000022 RID: 34
public enum ScaleMode
/// 不支持任何的缩放
// Token: 0x04000163 RID: 355
None,
/// 只有X轴
// Token: 0x04000164 RID: 356
OnlyX,
/// X轴和Y轴同时放大
// Token: 0x04000165 RID: 357
Both,
/// 先X轴放大,再Y轴放大
// Token: 0x04000166 RID: 358
XThenY
}