System::Drawing::StringFormat::SetTabStops metodo
StringFormat::SetTabStops method
Imposta le tabulazioni per l’oggetto StringFormat corrente.
void System::Drawing::StringFormat::SetTabStops(float first_tab_offset, const ArrayPtr<float> &tab_stops)
| Parametro | Tipo | Descrizione |
|---|---|---|
| first_tab_offset | float | Il numero di spazi tra l’inizio di una riga di testo e la prima tabulazione |
| tab_stops | const ArrayPtr<float>& | Un array contenente valori che rappresentano il numero di spazi tra le tabulazioni. |
Vedi anche
- Typedef ArrayPtr
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.Font for C++