TextTabProperties(TextTabAlignment, Double, Int32, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe specificando le proprietà della TextTabProperties 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

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

location
Double

Valore Double che rappresenta la posizione della scheda.

tabLeader
Int32

Valore Int32 che rappresenta la tabulazione.

aligningChar
Int32

Valore Int32 che rappresenta il carattere specifico nel testo allineato in corrispondenza della posizione della scheda.

Si applica a