Indicates the maximum number of characters that can be
displayed by this process point per line. A value of zero
(or a negative value) indicates no limit.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public short MaximumLength { get; set; } |
Visual Basic |
---|
Public Property MaximumLength As Short Get Set |
JScript |
---|
function get MaximumLength () : short function set MaximumLength (value : short) |