SIL.FieldWorks.Common.RootSites.OrientationManager.GetAvailWidth C# (CSharp) 메소드

GetAvailWidth() 공개 메소드

The width available for laying out a line of text, before subtracting margins. Normally this is the width of the pane, but for vertical alignment it is the height.
public GetAvailWidth ( ) : int
리턴 int
		public virtual int GetAvailWidth()
		{
			// The default -4 allows two pixels right and left to keep data clear of the margins.
			return m_site.ClientRectangle.Width;
		}