SVN r1230

SVN-Revision: r1230
This commit is contained in:
cyf
2026-06-23 09:17:23 +00:00
parent 15b5c80150
commit 2b2d109132
36 changed files with 3147 additions and 2086 deletions
@@ -119,6 +119,14 @@ namespace Lskj.Control
/// 控件背景颜色
/// </summary>
public virtual Color BackgroundColor { get; set; }
/// <summary>
/// 控件前景色
/// </summary>
public virtual Color ForeColor { get; set; }
/// <summary>
/// 控件内容是否加粗
/// </summary>
public virtual bool ContentBold { get; set; }
protected int GetCharWidth()