ITextViewLine.Start Property

Definition

Gets the position in Snapshot of the first character in the line.

public:
 property Microsoft::VisualStudio::Text::SnapshotPoint Start { Microsoft::VisualStudio::Text::SnapshotPoint get(); };
public Microsoft.VisualStudio.Text.SnapshotPoint Start { get; }
member this.Start : Microsoft.VisualStudio.Text.SnapshotPoint
Public ReadOnly Property Start As SnapshotPoint

Property Value

The position in Snapshot of the first character in the line.

Applies to