Version

Lines Property

Gets or sets the number of text lines summary associated with this summary settings object will have.
Syntax
'Declaration
 
Public Property Lines As Integer
public int Lines {get; set;}
Remarks

If the DisplayFormat is as such that SummaryValue.SummaryText is going to result in a multiline text, then this property should be set to that number of linesvalue, otherwise default value of 1 will be used text will be clipped.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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