Add DontResetIndentOnNewline (for BGE)

This commit is contained in:
Kathy Ruffing 2015-01-16 14:58:52 +00:00
parent 3dc4827fd4
commit 98dc16f69b

View File

@ -2268,6 +2268,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth");
}
}
private LazyLoad<bool> _DontResetIndentOnNewline;
public bool DontResetIndentOnNewline
{
get
{
return LazyLoad(ref _DontResetIndentOnNewline, "@DontResetIndentOnNewline");
}
}
}
#endregion
#region TextTypeValue