Condividi tramite


TextTabProperties(TextTabAlignment, Double, Int32, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe TextTabProperties specificando le proprietà della scheda.

public:
 TextTabProperties(System::Windows::Media::TextFormatting::TextTabAlignment alignment, double location, int tabLeader, int aligningChar);
public TextTabProperties (System.Windows.Media.TextFormatting.TextTabAlignment alignment, double location, int tabLeader, int aligningChar);
new System.Windows.Media.TextFormatting.TextTabProperties : System.Windows.Media.TextFormatting.TextTabAlignment * double * int * int -> System.Windows.Media.TextFormatting.TextTabProperties
Public Sub New (alignment As TextTabAlignment, location As Double, tabLeader As Integer, aligningChar As Integer)

Parametri

alignment
TextTabAlignment

Un valore enumerato di TextTabAlignment che rappresenta l'allineamento del testo nella posizione della scheda.

location
Double

Un valore Double che rappresenta la posizione della scheda.

tabLeader
Int32

Un valore Int32 che rappresenta la guida della scheda.

aligningChar
Int32

Un valore Int32 che rappresenta il carattere specifico nel testo allineato alla posizione della scheda.

Si applica a