TextSimpleMarkerProperties Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

style
TextMarkerStyle

Перечисляемое значение для TextMarkerStyle.

offset
Double

Значение типа Double, указывающее расстояние от начала строки до конца символа текстовой метки.

autoNumberingIndex
Int32

Значение типа Int32, представляющее автоматический счетчик текстовой метки типа счетчика.

textParagraphProperties
TextParagraphProperties

Значение TextParagraphProperties, отображающее свойства, общие для всех текстовых знаков текстовой метки.

Применяется к