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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user