SIL.FieldWorks.Common.Framework.DetailControls.ViewSlice.DesiredHeight C# (CSharp) Method

DesiredHeight() protected method

The height that the slice would ideally be to accommodate the rootsite.
protected DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int
rs SIL.FieldWorks.Common.RootSites.RootSite
return int
		protected virtual int DesiredHeight(RootSite rs)
		{
			return rs.RootBox.Height;
		}