Gets or sets the maximum number of visible lines to size to.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int MaxLines { get; set; } |
Visual Basic |
---|
Public Property MaxLines As Integer Get Set |
JScript |
---|
function get MaxLines () : int function set MaxLines (value : int) |