Indicates the maximum number of lines of text that can be displayed (for multiline string process points). A value of zero (or a negative value) indicates no limit.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public short NumberOfLines { get; set; }
Visual Basic
Public Property NumberOfLines As Short
	Get
	Set
JScript
function get NumberOfLines () : short
function set NumberOfLines (value : short)

See Also