Added SameRowAsParentMultiLines for Comanche Peak
This commit is contained in:
		@@ -3797,6 +3797,15 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
				return LazyLoad(ref _TofCUnderlineFirstLevelTitle, "@TofCUnderlineFirstLevelTitle");
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		private LazyLoad<string> _TofCPageNumAlign;
 | 
			
		||||
		public string TofCPageNumAlign
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				string tocPgNumAlgn = LazyLoad(ref _TofCPageNumAlign, "@TofCPageNumAlign");
 | 
			
		||||
				return (tocPgNumAlgn == null || tocPgNumAlgn == "") ? "Left" : tocPgNumAlgn;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		private VE_Font _Font;
 | 
			
		||||
		public VE_Font Font
 | 
			
		||||
		{
 | 
			
		||||
@@ -4492,6 +4501,14 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
				return LazyLoad(ref _SameRowAsParent, "@SameRowAsParent");
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		private LazyLoad<bool> _SameRowAsParentMultiLines;
 | 
			
		||||
		public bool SameRowAsParentMultiLines
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return LazyLoad(ref _SameRowAsParentMultiLines, "@SameRowAsParentMultiLines");
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		private LazyLoad<bool> _CheckOffSameAsParent;
 | 
			
		||||
		public bool CheckOffSameAsParent
 | 
			
		||||
		{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user