Partager via


RichEditTextDocument.DefaultTabStop Propriété

Définition

Obtient ou définit l’espacement des tabulations 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 des tabulations par défaut.

S’applique à