TextElement.ElementStart 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.
Gets a TextPointer that represents the position just before the start of the element.
public:
property TextPointer ^ ElementStart { TextPointer ^ get(); };
TextPointer ElementStart();
public TextPointer ElementStart { get; }
var textPointer = textElement.elementStart;
Public ReadOnly Property ElementStart As TextPointer
Property Value
A TextPointer that represents the position just before the start of the TextElement.