TextEndOfParagraph コンストラクター

定義

TextEndOfParagraph クラスの新しいインスタンスを初期化します。

オーバーロード

TextEndOfParagraph(Int32)

文字の長さを指定して、TextEndOfParagraph クラスの新しいインスタンスを初期化します。

TextEndOfParagraph(Int32, TextRunProperties)

文字の長さと TextEndOfParagraph 値を指定して、TextRunProperties クラスの新しいインスタンスを初期化します。

TextEndOfParagraph(Int32)

文字の長さを指定して、TextEndOfParagraph クラスの新しいインスタンスを初期化します。

public:
 TextEndOfParagraph(int length);
public TextEndOfParagraph (int length);
new System.Windows.Media.TextFormatting.TextEndOfParagraph : int -> System.Windows.Media.TextFormatting.TextEndOfParagraph
Public Sub New (length As Integer)

パラメーター

length
Int32

TextEndOfParagraph バッファー内の文字数。

適用対象

TextEndOfParagraph(Int32, TextRunProperties)

文字の長さと TextEndOfParagraph 値を指定して、TextRunProperties クラスの新しいインスタンスを初期化します。

public:
 TextEndOfParagraph(int length, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
public TextEndOfParagraph (int length, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
new System.Windows.Media.TextFormatting.TextEndOfParagraph : int * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextEndOfParagraph
Public Sub New (length As Integer, textRunProperties As TextRunProperties)

パラメーター

length
Int32

TextEndOfParagraph バッファー内の文字数。

textRunProperties
TextRunProperties

TextRunProperties バッファー内の文字に使用する TextEndOfParagraph 値。

適用対象