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

适用于