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