Class XmlLineInfo

    Definition

    Namespace:
    Tizen.NUI.Xaml
    Assembly:
    Tizen.NUI.dll
    public class XmlLineInfo : IXmlLineInfo
    Inheritance
    object
    XmlLineInfo

    Constructors

    View Source

    XmlLineInfo()

    Declaration
    public XmlLineInfo()
    View Source

    XmlLineInfo(int, int)

    Declaration
    public XmlLineInfo(int linenumber, int lineposition)
    Parameters
    Type Name Description
    int linenumber
    int lineposition

    Properties

    View Source

    LineNumber

    Declaration
    public int LineNumber { get; }
    Property Value
    Type Description
    int
    View Source

    LinePosition

    Declaration
    public int LinePosition { get; }
    Property Value
    Type Description
    int

    Methods

    View Source

    HasLineInfo()

    Declaration
    public bool HasLineInfo()
    Returns
    Type Description
    bool

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX