This commit is contained in:
@@ -4600,6 +4600,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _IdentWidth, "TabData/@IdentWidth");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _RNOAdjustTabSize;
|
||||
public float? RNOAdjustTabSize
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _RNOAdjustTabSize, "TabData/@RNOAdjustTabSize");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _MacroTabAdjust;
|
||||
public float? MacroTabAdjust
|
||||
{
|
||||
|
Reference in New Issue
Block a user