using System;
using System.ComponentModel;
namespace Mesnac.Controls.ChemicalWeighing.HslCurve
{
///
/// 参考坐标轴的转换器
///
// Token: 0x02000026 RID: 38
public class ReferenceAxisConverter : TypeConverter
{
///
// Token: 0x060003BE RID: 958 RVA: 0x000293E8 File Offset: 0x000275E8
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
{
return TypeDescriptor.GetProperties(value, attributes);
}
///
// Token: 0x060003BF RID: 959 RVA: 0x00029404 File Offset: 0x00027604
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
{
return true;
}
}
}