XamlLoadErrorInfo.LinePosition Property

Definition

Gets or sets the line position of the XAML file where the load error occurred.

public:
 property int LinePosition { int get(); };
public int LinePosition { get; }
member this.LinePosition : int
Public ReadOnly Property LinePosition As Integer

Property Value

The line position of the XAML file where the load error occurred.

Applies to