TextCollapsingStyle Enum

Definition

Specifies the style of collapsed text.

public enum class TextCollapsingStyle
public enum TextCollapsingStyle
type TextCollapsingStyle = 
Public Enum TextCollapsingStyle
Inheritance
TextCollapsingStyle

Fields

TrailingCharacter 0

Collapse trailing characters.

TrailingWord 1

Collapse trailing words.

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.

Applies to

See also