Edit

TextCollapsedRange Class

Definition

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

Name Description
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.

Applies to

See also