TextEndOfLine 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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 值。