Partage via


RichEditTextDocument.DefaultTabStop Propriété

Définition

Obtient ou définit l’espacement de tabulation par défaut.

public:
 property float DefaultTabStop { float get(); void set(float value); };
float DefaultTabStop();

void DefaultTabStop(float value);
public float DefaultTabStop { get; set; }
var single = richEditTextDocument.defaultTabStop;
richEditTextDocument.defaultTabStop = single;
Public Property DefaultTabStop As Single

Valeur de propriété

Single

float

Espacement de tabulation par défaut.

Implémente

S’applique à