B2022-146: Beaver Valley - Left justify Note and Caution text that has sub-steps

This commit is contained in:
2022-12-09 13:35:10 +00:00
parent e78eed4628
commit 6787219523
2 changed files with 11 additions and 1 deletions

View File

@@ -5495,6 +5495,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _CenterOneLineOnly, "@CenterOneLineOnly");
}
}
private LazyLoad<bool> _CenterOnlyIfNoSubs;
public bool CenterOnlyIfNoSubs
{
get
{
return LazyLoad(ref _CenterOnlyIfNoSubs, "@CenterOnlyIfNoSubs");
}
}
// F2021-042: Added FormatStepData.AlwaysCenter for BNPP1 - Critical Step text always must be centered
private LazyLoad<bool> _AlwaysCenter;
public bool AlwaysCenter