You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Controls/Mesnac.Controls.ChemicalWei.../HslCurve/MarkTextPositionStyle.cs

41 lines
1010 B
C#


namespace Mesnac.Controls.ChemicalWeighing.HslCurve
{
/// <summary>
/// 标记点的样式信息
/// </summary>
// Token: 0x02000018 RID: 24
public enum MarkTextPositionStyle
{
/// <summary>
/// 在标记点的上方
/// </summary>
// Token: 0x04000125 RID: 293
Up = 1,
/// <summary>
/// 在标记点的右侧
/// </summary>
// Token: 0x04000126 RID: 294
Right,
/// <summary>
/// 在标记点的下方
/// </summary>
// Token: 0x04000127 RID: 295
Down,
/// <summary>
/// 在标记点的左侧
/// </summary>
// Token: 0x04000128 RID: 296
Left,
/// <summary>
/// 在标记点的中间位置
/// </summary>
// Token: 0x04000129 RID: 297
Center,
/// <summary>
/// 自动选择位置
/// </summary>
// Token: 0x0400012A RID: 298
Auto = 10
}
}