Added AdjustRNOCautionNoteWidth flag(Catawba and McGuire)
This commit is contained in:
@@ -2137,6 +2137,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseMultiLineSectionTitle, "@UseMultiLineSectionTitle");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AdjustRNOCautionNoteWidth;
|
||||
public bool AdjustRNOCautionNoteWidth
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region TextTypeValue
|
||||
|
Reference in New Issue
Block a user