Added CenterToStepThenPage format flag which smothly transitions the left margin of a table as the table width increases from the high-level step width to the page width.

This commit is contained in:
Rich
2015-07-13 15:49:08 +00:00
parent 330f36250d
commit 4f4513ffe5
3 changed files with 35 additions and 10 deletions

View File

@@ -508,6 +508,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region CenterToStepThenPage
[Category("Layout")]
[Description("CenterToStepThenPage")]
private LazyLoad<bool> _CenterToStepThenPage;
public bool CenterToStepThenPage
{
get
{
return LazyLoad(ref _CenterToStepThenPage, "@CenterToStepThenPage");
}
}
#endregion
}
#endregion
#region SectTop