SVN r1211
SVN-Revision: r1211
This commit is contained in:
@@ -46,7 +46,8 @@ namespace Lskj.Control
|
||||
/// Label 默认颜色
|
||||
/// </summary>
|
||||
protected Color DefaultLabelForceColor = Color.Black;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the is empty.
|
||||
@@ -114,6 +115,10 @@ namespace Lskj.Control
|
||||
/// 控件Model
|
||||
/// </summary>
|
||||
public virtual ControlModel Model { get; set; }
|
||||
/// <summary>
|
||||
/// 控件背景颜色
|
||||
/// </summary>
|
||||
public virtual Color BackgroundColor { get; set; }
|
||||
|
||||
|
||||
protected int GetCharWidth()
|
||||
|
||||
Reference in New Issue
Block a user