Udostępnij za pośrednictwem


TextSimpleMarkerProperties Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy TextSimpleMarkerProperties.

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)

Parametry

style
TextMarkerStyle

Wyliczona wartość .TextMarkerStyle

offset
Double

Element Double reprezentujący odległość od początku wiersza do końca symbolu znacznika tekstu.

autoNumberingIndex
Int32

Int32 Wartość reprezentująca licznik automatycznego numerowania znacznika tekstu w stylu licznika.

textParagraphProperties
TextParagraphProperties

TextParagraphProperties Wartość reprezentująca właściwości współużytkowane przez każdy znak tekstowy znacznika tekstu.

Dotyczy