In This Article

TextViewLineVisibility Enum

Specifies the vertical visibility of an ITextViewLine.

public enum TextViewLineVisibility

Fields

Name Description
FullyVisible

The line is fully visible vertically.

Hidden

The line is not visible.

PartiallyVisible

The line is partially visible vertically. This can only be set on the first and last visible line in a view.