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