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

適用対象