ActiveReports 6 Online Help
LineSpacing Property (Label)
Example 

Gets or sets the spacing in points between the lines of text within the label control.
Syntax
'Declaration
 
Public Property LineSpacing As Single
public float LineSpacing {get; set;}
Example
private void detail_Format(object sender, EventArgs e)  
{  
   this.lblInfo.MultiLine = true;  
   this.lblInfo.LineSpacing = 2; 
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Label Class
Label Members

Send Feedback