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