SIL.FieldWorks.SharpViews.Box.SurroundWidth C# (CSharp) Method

SurroundWidth() private method

The sum of the leading and trailing gaps, that is, how much wider a box is because of its leading and trailing margin, border, and pad.
private SurroundWidth ( LayoutTransform trans ) : int
trans LayoutTransform
return int
		internal int SurroundWidth(LayoutTransform trans)
		{
			return GapLeading(trans) + GapTrailing(trans);
		}
		/// <summary>