TextEndOfLine コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 値。