This commit is contained in:
2013-03-25 12:09:11 +00:00
parent 3c96857d1d
commit bfa0add51c
7 changed files with 90 additions and 12 deletions

View File

@@ -3348,6 +3348,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _TofCLineSpacing, "@TofCLineSpacing");
}
}
private LazyLoad<int?> _TofCNumLevels;
public int? TofCNumLevels
{
get
{
return LazyLoad(ref _TofCNumLevels, "@TofCNumLevels");
}
}
private VE_Font _Font;
public VE_Font Font
{