Language

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 値。

適用対象