F2023-039 Added a TextColor attribute to pagelist
This commit is contained in:
parent
dcc1c5a35b
commit
57367efdea
@ -193,6 +193,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _FontTooSmallMsg, "@FontTooSmallMsg");
|
||||
}
|
||||
}
|
||||
// F2023-039 allow to select text color of a pagelist line
|
||||
private LazyLoad<string> _TextColor;
|
||||
public string TextColor
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _TextColor, "@TextColor");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Override ToString
|
||||
public override string ToString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user