共用方式為


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 值,表示文字標記每個文字字元共用的屬性。

適用於