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 principio de la línea hasta el final del símbolo del marcador de texto.

autoNumberingIndex
Int32

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

textParagraphProperties
TextParagraphProperties

Valor TextParagraphProperties que representa las propiedades compartidas por cada carácter de texto del marcador de texto.

Se aplica a