Compartir a través de


LineDisplayCapabilities.IsInterCharacterWaitSupported Propiedad

Definición

Obtiene si la presentación de líneas admite el retraso entre mostrar caracteres sucesivos.

public:
 property bool IsInterCharacterWaitSupported { bool get(); };
bool IsInterCharacterWaitSupported();
public bool IsInterCharacterWaitSupported { get; }
var boolean = lineDisplayCapabilities.isInterCharacterWaitSupported;
Public ReadOnly Property IsInterCharacterWaitSupported As Boolean

Valor de propiedad

Boolean

bool

True si la presentación de líneas admite la espera entre caracteres; de lo contrario, false.

Se aplica a