TextSimpleMarkerProperties Construtor

Definição

Inicializa uma nova instância da TextSimpleMarkerProperties classe.

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

Um valor enumerado de TextMarkerStyle.

offset
Double

A Double que representa a distância desde o início da linha até ao fim do símbolo do marcador de texto.

autoNumberingIndex
Int32

Um Int32 valor que representa o contador de autonumeração do marcador de texto de estilo contador.

textParagraphProperties
TextParagraphProperties

Um TextParagraphProperties valor que representa as propriedades partilhadas por cada carácter de texto do marcador de texto.

Aplica-se a