21 lines
		
	
	
		
			357 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			357 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using System;
 | 
						|
using System.Collections.Generic;
 | 
						|
using System.Text;
 | 
						|
 | 
						|
namespace DevComponents.DotNetBar.Layout
 | 
						|
{
 | 
						|
    /// <summary>
 | 
						|
    /// Represents the label item.
 | 
						|
    /// </summary>
 | 
						|
    internal class LayoutLabelItem : LayoutItemBase
 | 
						|
    {
 | 
						|
        #region Constructor
 | 
						|
 | 
						|
        #endregion
 | 
						|
 | 
						|
        #region Implementation
 | 
						|
        
 | 
						|
        #endregion
 | 
						|
    }
 | 
						|
}
 |