TextSimpleMarkerProperties Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

style
TextMarkerStyle

Een opgesomde waarde van TextMarkerStyle.

offset
Double

Een Double die de afstand aangeeft van het begin van de regel tot het einde van het tekstmarkeringssymbool.

autoNumberingIndex
Int32

Een Int32 waarde die de teller voor automatische nummering van tekstmarkeringen in de teller van de tekstmarkering tegen de stijl vertegenwoordigt.

textParagraphProperties
TextParagraphProperties

Een TextParagraphProperties waarde die de eigenschappen vertegenwoordigt die worden gedeeld door elk tekstteken van de tekstmarkering.

Van toepassing op