NumberList.NumberList

NumberList(string, string, int)

Inizializza una nuova istanza diNumberListclass. Questa istanza rappresenta un elenco puntato.

public NumberList(string bulletedSymbol, string font, int fontSize)
ParametroTipoDescrizione
bulletedSymbolStringUn simbolo che rappresenta un proiettile.
fontStringUn carattere per il proiettile.
fontSizeInt32Una dimensione del carattere per il punto elenco.

Guarda anche


NumberList(string, NumberFormat, string, int)

Inizializza una nuova istanza diNumberList class. Questa istanza rappresenta un elenco numerato.

public NumberList(string format, NumberFormat numberFormat, string font, int fontSize)
ParametroTipoDescrizione
formatStringIl formato dell’intestazione numerata.
numberFormatNumberFormatIl formato del numero nell’intestazione.
fontStringUn carattere per l’intestazione numerata.
fontSizeInt32Una dimensione del carattere per l’intestazione numerata.

Guarda anche