Compartir a través de


TextSimpleMarkerProperties Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

style
TextMarkerStyle

Valor enumerado de TextMarkerStyle.

offset
Double

Double que representa la distancia desde el inicio de la línea al final del símbolo marcador de texto.

autoNumberingIndex
Int32

Valor Int32 que representa el contador de numeración automática del marcador de texto del estilo de contador.

textParagraphProperties
TextParagraphProperties

Valor TextParagraphProperties que representa las propiedades compartidas por todos los caracteres de texto del marcador de texto.

Se aplica a