TextCollapsedRange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the range of characters and its width measurement for collapsed text within a line.
public ref class TextCollapsedRange sealed
public sealed class TextCollapsedRange
type TextCollapsedRange = class
Public NotInheritable Class TextCollapsedRange
- Inheritance
-
TextCollapsedRange
Remarks
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.
Properties
Length |
Gets the number of characters for the collapsed text. |
TextSourceCharacterIndex |
Gets the index to the first character in the TextSource that represents collapsed text characters. |
Width |
The total width of collapsed text characters. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |