TextEndOfLine 构造函数

定义

初始化 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 值。

适用于