Added new format variable SectionNumberAndTitleLength
This commit is contained in:
parent
54cb7cda1f
commit
d88c2fa54b
@ -1973,6 +1973,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return LazyLoad(ref _SectionTitleLength, "@SectionTitleLength");
|
return LazyLoad(ref _SectionTitleLength, "@SectionTitleLength");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private LazyLoad<int?> _SectionNumberAndTitleLength;
|
||||||
|
public int? SectionNumberAndTitleLength
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength");
|
||||||
|
}
|
||||||
|
}
|
||||||
private LazyLoad<string> _ForeColor;
|
private LazyLoad<string> _ForeColor;
|
||||||
public string ForeColor
|
public string ForeColor
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user