Condividi tramite


TextSimpleMarkerProperties Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

style
TextMarkerStyle

Valore enumerato di TextMarkerStyle.

offset
Double

Valore Double che rappresenta la distanza dall’inizio della riga al simbolo del marcatore della fine del testo.

autoNumberingIndex
Int32

Un valore Int32 che rappresenta il contatore di numerazione automatica del marcatore di testo di tipo contatore.

textParagraphProperties
TextParagraphProperties

Valore TextParagraphProperties che rappresenta le proprietà condivise da ogni carattere di testo del marcatore di testo.

Si applica a