Share via


TextSimpleMarkerProperties Konstruktor

Definition

Initialisiert eine neue Instanz der TextSimpleMarkerProperties-Klasse.

public:
 TextSimpleMarkerProperties(System::Windows::TextMarkerStyle style, double offset, int autoNumberingIndex, System::Windows::Media::TextFormatting::TextParagraphProperties ^ textParagraphProperties);
public TextSimpleMarkerProperties (System.Windows.TextMarkerStyle style, double offset, int autoNumberingIndex, System.Windows.Media.TextFormatting.TextParagraphProperties textParagraphProperties);
new System.Windows.Media.TextFormatting.TextSimpleMarkerProperties : System.Windows.TextMarkerStyle * double * int * System.Windows.Media.TextFormatting.TextParagraphProperties -> System.Windows.Media.TextFormatting.TextSimpleMarkerProperties
Public Sub New (style As TextMarkerStyle, offset As Double, autoNumberingIndex As Integer, textParagraphProperties As TextParagraphProperties)

Parameter

style
TextMarkerStyle

Ein Enumerationswert von TextMarkerStyle.

offset
Double

Ein Double, das den Abstand zwischen dem Anfang der Zeile und dem Ende des Textmarkierungssymbols darstellt.

autoNumberingIndex
Int32

Ein Int32-Wert, der den Zähler der automatischen Nummerierung einer Zählertextmarkierung darstellt.

textParagraphProperties
TextParagraphProperties

Ein TextParagraphProperties-Wert, der die von allen Textzeichen der Textmarkierung gemeinsam verwendeten Eigenschaften darstellt.

Gilt für: