TextEndOfParagraph Constructors

Definition

Initializes a new instance of the TextEndOfParagraph class.

Overloads

TextEndOfParagraph(Int32)

Initializes a new instance of the TextEndOfParagraph class using a specified character length.

TextEndOfParagraph(Int32, TextRunProperties)

Initializes a new instance of the TextEndOfParagraph class using a specified character length and TextRunProperties value.

TextEndOfParagraph(Int32)

Initializes a new instance of the TextEndOfParagraph class using a specified character length.

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)

Parameters

length
Int32

The number of characters in the TextEndOfParagraph buffer.

Applies to

TextEndOfParagraph(Int32, TextRunProperties)

Initializes a new instance of the TextEndOfParagraph class using a specified character length and TextRunProperties value.

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)

Parameters

length
Int32

The number of characters in the TextEndOfParagraph buffer.

textRunProperties
TextRunProperties

The TextRunProperties value to use for the characters in the TextEndOfParagraph buffer.

Applies to