TextEndOfLine コンストラクター

定義

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

オーバーロード

TextEndOfLine(Int32)

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

TextEndOfLine(Int32, TextRunProperties)

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

TextEndOfLine(Int32)

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

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

パラメーター

length
Int32

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

適用対象

TextEndOfLine(Int32, TextRunProperties)

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

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

パラメーター

length
Int32

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

textRunProperties
TextRunProperties

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

適用対象