TextEndOfSegment Class
Defines a specialized text run that is used to mark the end of a segment.
Assembly: PresentationCore (in PresentationCore.dll)
System.Windows.Media.TextFormatting::TextRun
System.Windows.Media.TextFormatting::TextEndOfSegment
| Name | Description | |
|---|---|---|
![]() | TextEndOfSegment(Int32) | Initializes a new instance of the TextEndOfSegment class. |
| Name | Description | |
|---|---|---|
![]() | CharacterBufferReference | Gets a reference to the TextEndOfSegment character buffer.(Overrides TextRun::CharacterBufferReference.) |
![]() | Length | Gets the character length of the TextEndOfSegment character buffer.(Overrides TextRun::Length.) |
![]() | Properties | Gets the set of properties shared by every text character of the TextEndOfSegment character buffer.(Overrides TextRun::Properties.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The TextEndOfSegment ends the scope affected by a preceding TextModifier text run.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


