ISequenceElement.ShouldRenderText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the text in the span should be rendered in the ITextViewLine.
public:
property bool ShouldRenderText { bool get(); };
public:
property bool ShouldRenderText { bool get(); };
public bool ShouldRenderText { get; }
member this.ShouldRenderText : bool
Public ReadOnly Property ShouldRenderText As Boolean
Property Value
true if the text in the span should be rendered in the ITextViewLine, otherwise false.