TextCollapsingStyle 列挙型

定義

縮小テキストのスタイルを指定します。

public enum class TextCollapsingStyle
public enum TextCollapsingStyle
type TextCollapsingStyle = 
Public Enum TextCollapsingStyle
継承
TextCollapsingStyle

フィールド

TrailingCharacter 0

後続の文字を縮小します。

TrailingWord 1

後続の単語を縮小します。

注釈

行折りたたみは、行のテキストの一部を表示しないことで、行の表示領域を減らす機能です。 折りたたみスタイルによっては、折りたたまれたテキストが発生した場所に折りたたみ記号が表示される場合があります。

適用対象

こちらもご覧ください