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

Oggetto Double che rappresenta la distanza dall'inizio della riga alla fine del simbolo dell'indicatore di testo.

autoNumberingIndex
Int32

Valore Int32 che rappresenta il contatore di numerazione automatica dell'indicatore di testo in stile contatore.

textParagraphProperties
TextParagraphProperties

Valore TextParagraphProperties che rappresenta le proprietà condivise da ogni carattere di testo dell'indicatore di testo.

Si applica a