SelectableWordSegment.SourceTextSegment Property

Definition

Gets the TextSegment that identifies the source text's sub-string that is the selected word.

public:
 property TextSegment SourceTextSegment { TextSegment get(); };
TextSegment SourceTextSegment();
public TextSegment SourceTextSegment { get; }
var textSegment = selectableWordSegment.sourceTextSegment;
Public ReadOnly Property SourceTextSegment As TextSegment

Property Value

The TextSegment structure that identifies the word in your provided text.

Applies to

See also