Gets or sets the minimum 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 MinLines { get; set; } |
Visual Basic |
---|
Public Property MinLines As Integer Get Set |
JScript |
---|
function get MinLines () : int function set MinLines (value : int) |