B2017-102: For figures, don’t add extra line for change bar lengths
B2017-102: Add an offset for width to locate Change Bars on supplemental information
This commit is contained in:
@@ -812,6 +812,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _DoPrnDrvrAdjusts, "@DoPrnDrvrAdjusts");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _SupInfoTabOff;
|
||||
public int? SupInfoTabOff
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SupInfoTabOff, "@SupInfoTabOff");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _TopOfPageThing;
|
||||
public string TopOfPageThing
|
||||
{
|
||||
|
Reference in New Issue
Block a user