Share via


TextTabProperties(TextTabAlignment, Double, Int32, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der TextTabProperties-Klasse durch die Angabe von Tabstoppeigenschaften.

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)

Parameter

alignment
TextTabAlignment

Ein TextTabAlignment-Enumerationswert, der die Ausrichtung des Texts an der Tabstoppposition darstellt.

location
Double

Ein Double-Wert, der die Tabstoppposition darstellt.

tabLeader
Int32

Ein Int32-Wert, der die Tabstoppführungslinie darstellt.

aligningChar
Int32

Ein Int32-Wert, der das spezifische Zeichen im Text darstellt, das an der Tabstoppposition ausgerichtet wird.

Gilt für: