SVN r1230
SVN-Revision: r1230
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user