Interface IXamlLineInfo
Namespace: System.Xaml
Assembly: OpenSilver.Xaml.dll
Syntax
public interface IXamlLineInfo
Properties
| Improve this Doc View SourceHasLineInfo
Declaration
bool HasLineInfo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LineNumber
Declaration
int LineNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LinePosition
Declaration
int LinePosition { get; }
Property Value
Type | Description |
---|---|
System.Int32 |