TextTrailingWordEllipsis Class
Defines collapsed text properties for collapsing a whole line toward the end at word granularity, and with ellipsis being the collapsed text symbol.
Assembly: PresentationCore (in PresentationCore.dll)
System.Windows.Media.TextFormatting::TextCollapsingProperties
System.Windows.Media.TextFormatting::TextTrailingWordEllipsis
| Name | Description | |
|---|---|---|
![]() | TextTrailingWordEllipsis(Double, TextRunProperties^) | Initializes a new instance of the TextTrailingCharacterEllipsis class by specifying collapsed text properties. |
| Name | Description | |
|---|---|---|
![]() | Style | Gets the style of collapsed text.(Overrides TextCollapsingProperties::Style.) |
![]() | Symbol | Gets the text run that is used as the collapsed text symbol.(Overrides TextCollapsingProperties::Symbol.) |
![]() | Width | Gets the width for which the specified collapsed text range is constrained to.(Overrides TextCollapsingProperties::Width.) |
| 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.) |
Line collapsing is the ability to reduce displaying space for a line by not showing part of the line's text. Depending on the collapsing style, a collapsing symbol may be shown at the location where the collapsed text occurred.
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.


