namespace JinYuan.ControlLib.UCHelper
{
/// <summary>
/// 缩放控件接口
/// </summary>
public interface IDpiControl
/// Dpi
float ScaleDpi { get; set; }
}