Compartilhar via


TextSimpleMarkerProperties Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

style
TextMarkerStyle

Um valor enumerado de TextMarkerStyle.

offset
Double

Um Double que representa a distância do início da linha até o final do símbolo de marcador de texto.

autoNumberingIndex
Int32

Um Int32 valor que representa o contador de numeração automática do marcador de texto de estilo de contador.

textParagraphProperties
TextParagraphProperties

Um TextParagraphProperties valor que representa as propriedades compartilhadas por todos os caracteres de texto do marcador de texto.

Aplica-se a