ISequenceElement Interface

Definition

Represents the basic element in a sequence of elements that compose an ITextViewLine.

public interface class ISequenceElement
public interface class ISequenceElement
__interface ISequenceElement
public interface ISequenceElement
type ISequenceElement = interface
Public Interface ISequenceElement
Derived

Properties

ShouldRenderText

Determines whether the text in the span should be rendered in the ITextViewLine.

Span

Gets the IMappingSpan of the element.

Applies to