Share via


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 緩衝區中的字元。

適用於