Continue development

VCB1 format:  Only underline top section (if subsections)
VCB1 format:  Format flag to only underline top section (if subsections)
VCB1: step widths
This commit is contained in:
2016-06-17 14:45:51 +00:00
parent 324bc4aa30
commit ecc9a866e3
4 changed files with 21 additions and 2 deletions

View File

@@ -2033,6 +2033,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _Level0Big, "@Level0Big");
}
}
private LazyLoad<bool> _OnlyUnderlineTopSect;
public bool OnlyUnderlineTopSect
{
get
{
return LazyLoad(ref _OnlyUnderlineTopSect, "@OnlyUnderlineTopSect");
}
}
private VE_Font _Font;
public VE_Font Font
{