F2019-065: Allow uppercase of high level steps to be defined in the format
This commit is contained in:
@@ -5034,6 +5034,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UnderlineAfterDashSpace, "@UnderlineAfterDashSpace");
|
||||
}
|
||||
}
|
||||
// F2019-065: Allow uppercase of high level steps to be defined in the format
|
||||
private LazyLoad<bool> _UpperCase;
|
||||
public bool UpperCase
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _UpperCase, "@UpperCase");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _SpaceIn;
|
||||
public bool SpaceIn
|
||||
{
|
||||
|
Reference in New Issue
Block a user