B2023-052: Inconsistent change bar location
B2023-052: Beaver Valley - Inconsistent change bar location
This commit is contained in:
@@ -577,6 +577,18 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _FooterLength, "@FooterLength");
|
||||
}
|
||||
}
|
||||
// B2023-052: Beaver Valley - Inconsistent change bar location
|
||||
private LazyLoad<float?> _AbsChgBarAdj;
|
||||
[Category("Location")]
|
||||
[DisplayName("Absolute change bar adjustment for margin differences")]
|
||||
[Description("Absolute change bar adjustment for margin differences")]
|
||||
public float? AbsChgBarAdj
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AbsChgBarAdj, "@AbsChgBarAdj");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region LeftMargin
|
||||
private LazyLoad<float?> _LeftMargin;
|
||||
|
Reference in New Issue
Block a user